{ config, pkgs, lib, flakeRoot, ... }:

This commit is contained in:
2026-03-02 18:35:24 +01:00
parent 4aef0ed12a
commit fd7b351f74
+2 -2
View File
@@ -2194,7 +2194,7 @@ EOF
** Zsh
Zsh gets installed and configured
#+begin_src nix :tangle home/dev/zsh.nix :noweb tangle :mkdirp yes.
{ config, pkgs, lib, flakeRoot, ... }:
{ config, pkgs, lib, flakeRoot, ... }:
{
programs.zsh = {
enable = true;
@@ -2214,7 +2214,7 @@ Zsh gets installed and configured
"history"
"docker"
"kubectl"
];
];
};
autosuggestion.enable = true;
syntaxHighlighting.enable = true;