Fix on modules name and on zsh

This commit is contained in:
2026-02-11 19:15:20 +01:00
parent 6911410f6a
commit 4f10ad35cd
24 changed files with 65 additions and 62 deletions
+5 -5
View File
@@ -11,11 +11,11 @@
};
# Shell apps
user.shell.zsh.enable = true;
user.shell.git.enable = true;
user.shell.neovim.enable = true;
user.shell.nh.enable = true;
user.shell.devenv.enable = true;
home.shell.zsh.enable = true;
home.shell.git.enable = true;
home.shell.neovim.enable = true;
home.shell.nh.enable = true;
home.shell.devenv.enable = true;
# No Home Application Folders
targets.darwin.linkApps.enable = false;