This commit is contained in:
Tim Schubert 2021-07-06 23:26:24 +02:00
parent be5e43f9fd
commit 553749fea4
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 61 additions and 4 deletions

View file

@ -4,6 +4,7 @@
, nixpkgs
, home-manager
, nixos-hardware
, nvd
, ...
}:
(flake-utils.lib.eachSystem ["x86_64-linux"] (system:
@ -54,7 +55,7 @@
};
})) // {
hmConfigurations = import ./home/configurations.nix {
inherit self nixpkgs home-manager;
inherit self nixpkgs home-manager nvd;
};
hmModules = import ./home/modules;
nixosConfigurations = import ./nixos/configurations.nix {