This commit is contained in:
John Lancaster
2025-07-03 21:50:32 -05:00
parent ae071e4794
commit f634eea3a7
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
echo "Hello from ~/.config/home-manager/home.nix!"
'')
];
programs.zsh = lib.mkIf config.shell {
programs.zsh = lib.mkIf config.enableShell {
enable = true;
enableCompletion = true;
autosuggestion.enable = true;