Compare commits

...

2 Commits

Author SHA1 Message Date
henrov d516986c3f rebuilding minimised nix files 2026-03-02 18:39:56 +01:00
henrov 9ec39c7565 misstructured 2026-03-02 18:39:47 +01:00
3 changed files with 302 additions and 307 deletions
+300 -302
View File
File diff suppressed because it is too large Load Diff
+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
+1 -2
View File
@@ -1,10 +1,9 @@
{ 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;