Tetsing zsh.nix

This commit is contained in:
2026-02-25 21:06:15 +01:00
parent b9ca93531f
commit 78aced51d6
+4 -4
View File
@@ -5,8 +5,8 @@ in
{
programs.zsh = {
enable = true;
syntaxHighlighting.enable = true;
autosuggestions.enable = true;
#syntaxHighlighting.enable = true;
#autosuggestions.enable = true;
enableCompletion = true;
autocd = true;
dotDir = config.home.homeDirectory;
@@ -24,8 +24,8 @@ in
"docker"
"kubectl"
# IMPORTANT: these should be last
#"zsh-autosuggestions"
#"zsh-syntax-highlighting"
"zsh-autosuggestions"
"zsh-syntax-highlighting"
];
};
'';