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
Zsh gets installed and configured Zsh gets installed and configured
#+begin_src nix :tangle home/dev/zsh.nix :noweb tangle :mkdirp yes. #+begin_src nix :tangle home/dev/zsh.nix :noweb tangle :mkdirp yes.
{ config, pkgs, lib, flakeRoot, ... }: { config, pkgs, lib, ... }:
{ {
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
autocd = true; autocd = true;
# Recommended: keep zsh config in one dir (relative to $HOME)
dotDir = ".config/zsh"; dotDir = ".config/zsh";
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
@@ -2220,7 +2219,6 @@ Zsh gets installed and configured
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
} }
#+end_src #+end_src
** Starship ** Starship