misstructured
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user