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