sombrero: Move home-manager input to home module imports

This commit is contained in:
Alexander Heldt
2023-11-29 15:20:46 +01:00
parent 281858ee38
commit 574f62b3b5
2 changed files with 16 additions and 10 deletions

View File

@@ -54,7 +54,6 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/sombrero/configuration.nix
inputs.home-manager.nixosModules.home-manager
./hosts/sombrero/home.nix
];
};