Turn home manager into sperate module

This commit is contained in:
jopejoe1 2023-02-24 16:41:24 +01:00
parent 441028f65b
commit cd5a912929
6 changed files with 333 additions and 315 deletions

View file

@ -10,6 +10,6 @@ in
};
config = mkIf cfg.enable {
imports = [ ./home.nix ];
custom.user.root.home.enable = true;
};
}