Split user configuration

This commit is contained in:
Marko Korhonen 2024-09-16 12:35:14 +03:00
parent eae3e9544c
commit b227b7cb19
6 changed files with 25 additions and 23 deletions

View file

@ -27,7 +27,7 @@
homeConfigurations = {
functionalhacker = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
modules = [ ./users/functionalhacker/home.nix ];
};
};
};