Enable home-manager module
This commit is contained in:
parent
4c4a5f79c3
commit
30d059d995
1 changed files with 4 additions and 1 deletions
5
hive.nix
5
hive.nix
|
@ -5,7 +5,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = { pkgs, ... }: {
|
defaults = { pkgs, ... }: {
|
||||||
imports = [ ./pinning.nix ];
|
imports = [
|
||||||
|
./pinning.nix
|
||||||
|
(import "${sources.home-manager}/nixos")
|
||||||
|
];
|
||||||
deployment.replaceUnknownProfiles = false;
|
deployment.replaceUnknownProfiles = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue