Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 41ea495392 rebuilding minimised nix files 2026-03-02 19:14:49 +01:00
henrov 2a0c96920f autosuggestion.enable = true;
not
   autosuggestions.enable = true;
2026-03-02 19:14:44 +01:00
3 changed files with 297 additions and 297 deletions
+295 -295
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2212,7 +2212,7 @@ Zsh gets installed and configured
"kubectl" "kubectl"
]; ];
}; };
autosuggestions.enable = true; autosuggestion.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
} }
+1 -1
View File
@@ -19,7 +19,7 @@
"kubectl" "kubectl"
]; ];
}; };
autosuggestions.enable = true; autosuggestion.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
} }