misstructured

This commit is contained in:
2026-03-02 18:39:47 +01:00
parent 5aa6961baf
commit 9ec39c7565
+1 -3
View File
@@ -2194,13 +2194,12 @@ 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, ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
autocd = true;
# Recommended: keep zsh config in one dir (relative to $HOME)
dotDir = ".config/zsh";
oh-my-zsh = {
enable = true;
@@ -2220,7 +2219,6 @@ Zsh gets installed and configured
syntaxHighlighting.enable = true;
};
}
#+end_src
** Starship