home: move zsh and direnv to new modules

This commit is contained in:
2024-01-28 12:33:14 +01:00
parent 60ccfeaf39
commit 29d6b63382
5 changed files with 122 additions and 73 deletions

View File

@ -38,7 +38,11 @@
# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = [ ./home-manager/home.nix ];
modules = [
./home-manager/home.nix
./home-manager/modules/shell/zsh/default.nix
./home-manager/modules/shell/direnv.nix
];
# Optionally use extraSpecialArgs
# to pass through arguments to home.nix