Seperate home.nix into seperate files
This commit is contained in:
parent
eb09158220
commit
8a343bdd1d
4 changed files with 223 additions and 197 deletions
|
@ -46,7 +46,11 @@
|
|||
|
||||
# Specify your home configuration modules here, for example,
|
||||
# the path to your home.nix.
|
||||
modules = [ ./home.nix ];
|
||||
modules = [
|
||||
./home.nix
|
||||
./packages.nix
|
||||
./services.nix
|
||||
];
|
||||
|
||||
# Optionally use extraSpecialArgs
|
||||
# to pass through arguments to home.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue