Seperate home.nix into seperate files

This commit is contained in:
BuyMyMojo 2025-03-26 14:43:11 +11:00
parent eb09158220
commit 8a343bdd1d
4 changed files with 223 additions and 197 deletions

View file

@ -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