Split user configuration
This commit is contained in:
parent
eae3e9544c
commit
b227b7cb19
6 changed files with 25 additions and 23 deletions
|
@ -27,7 +27,7 @@
|
|||
homeConfigurations = {
|
||||
functionalhacker = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
modules = [ ./users/functionalhacker/home.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue