use home-manager nixos module
This commit is contained in:
parent
bd1477f9f8
commit
68e8cac04e
3 changed files with 18 additions and 11 deletions
|
@ -63,7 +63,7 @@
|
|||
hmModules = import ./home/modules inputs;
|
||||
nixosConfigurations = import ./nixos/configurations.nix {
|
||||
nixosSystem = nixpkgs.lib.nixosSystem;
|
||||
inherit self nixpkgs home-manager nixos-hardware homePage;
|
||||
inherit self nixpkgs home-manager nixos-hardware nvd scripts homePage;
|
||||
};
|
||||
nixosModules = import ./nixos/modules inputs;
|
||||
overlays = import ./overlays;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue