home: move zsh and direnv to new modules
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user