diff --git a/hosts/nullstar/configuration.nix b/hosts/nullstar/configuration.nix index 96e7b55..78c35c4 100644 --- a/hosts/nullstar/configuration.nix +++ b/hosts/nullstar/configuration.nix @@ -24,6 +24,7 @@ "/var/log" "/var/lib/bluetooth" "/var/lib/nixos" + "/etc/NetworkManager/system-connections" ]; files = [ "/etc/machine-id" diff --git a/hosts/nullstar/hardware-configuration.nix b/hosts/nullstar/hardware-configuration.nix index 27966d8..8b8427c 100644 --- a/hosts/nullstar/hardware-configuration.nix +++ b/hosts/nullstar/hardware-configuration.nix @@ -32,7 +32,7 @@ options = [ "size=3G" "mode=755" ]; }; - fileSystems."/home/" = { + fileSystems."/home" = { device = "/dev/disk/by-uuid/64fd3fe5-cef2-4526-b38a-cdc1de944dc3"; fsType = "ext4"; neededForBoot = true; diff --git a/hosts/nullstar/home.nix b/hosts/nullstar/home.nix index b8b385c..62b3c33 100644 --- a/hosts/nullstar/home.nix +++ b/hosts/nullstar/home.nix @@ -37,6 +37,8 @@ ntfs3g hyprpaper hyprsunset + grim + slurp ]; home.file = {