diff --git a/.gitignore b/.gitignore index 912e670..a52cbb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -# Ignore build outputs from performing a nix-build or `nix build` command -result -result-* - -# Ignore automatically generated direnv output -.direnv +old/ diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/flake.lock b/flake.lock old mode 100644 new mode 100755 diff --git a/flake.nix b/flake.nix old mode 100644 new mode 100755 diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix old mode 100644 new mode 100755 index 360bd7c..04b3d06 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -26,6 +26,7 @@ users.users.k3t = { packages = with pkgs; [ + kodi anydesk bubblewrap fuse-overlayfs diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix old mode 100644 new mode 100755 diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix old mode 100644 new mode 100755 diff --git a/hosts/pi-car/bashrc b/hosts/pi-car/bashrc old mode 100644 new mode 100755 diff --git a/hosts/pi-car/configuration.nix b/hosts/pi-car/configuration.nix old mode 100644 new mode 100755 diff --git a/hosts/pi-htpc/configuration.nix b/hosts/pi-htpc/configuration.nix old mode 100644 new mode 100755 diff --git a/modules/common.nix b/modules/common.nix old mode 100644 new mode 100755 diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix old mode 100644 new mode 100755 diff --git a/modules/pi-common.nix b/modules/pi-common.nix old mode 100644 new mode 100755