diff --git a/common/home-manager.nix b/common/home-manager.nix index 5ef7796..969304e 100644 --- a/common/home-manager.nix +++ b/common/home-manager.nix @@ -8,7 +8,7 @@ in imports = [ (import "${home-manager}/nixos") ]; - + home-manager.useGlobalPkgs = true; home-manager.users.andreas = { imports = [ diff --git a/hardware/asus/configuration.nix b/hardware/asus/configuration.nix index 9a004e6..bbf74ec 100644 --- a/hardware/asus/configuration.nix +++ b/hardware/asus/configuration.nix @@ -6,7 +6,8 @@ { imports = - [ # Include the results of the hardware scan. + [ + # Include the results of the hardware scan. ../../common/desktop.nix ../bluetooth.nix ./hardware-configuration.nix diff --git a/hardware/precision/configuration.nix b/hardware/precision/configuration.nix index 4fc6464..83fec08 100644 --- a/hardware/precision/configuration.nix +++ b/hardware/precision/configuration.nix @@ -6,7 +6,8 @@ { imports = - [ # Include the results of the hardware scan. + [ + # Include the results of the hardware scan. ../../common/desktop.nix ../bluetooth.nix ./hardware-configuration.nix diff --git a/hardware/vm/configuration.nix b/hardware/vm/configuration.nix index efdda49..2e22016 100644 --- a/hardware/vm/configuration.nix +++ b/hardware/vm/configuration.nix @@ -6,7 +6,8 @@ { imports = - [ # Include the results of the hardware scan. + [ + # Include the results of the hardware scan. ../../common/desktop.nix ./hardware-configuration.nix ]; diff --git a/hardware/vm/hardware-configuration.nix b/hardware/vm/hardware-configuration.nix index 3ccd3a4..10b677c 100644 --- a/hardware/vm/hardware-configuration.nix +++ b/hardware/vm/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - fileSystems."/" = { + fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4"; };