diff --git a/flake.nix b/flake.nix index e8d2028..4859e06 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ system = "x86_64-linux"; modules = [ ./hosts/thinkpad/configuration.nix + ./users/rouven home-manager.nixosModules.home-manager ]; }; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 10f3c3f..5b28893 100755 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -5,7 +5,6 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../users/rouven ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];