working on zsh

This commit is contained in:
2026-03-09 19:44:18 +01:00
parent 6d393aec40
commit 6b076115a1
3 changed files with 341 additions and 336 deletions
+337 -335
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -1316,7 +1316,7 @@ This file sets up starship prompt
#+END_SRC
** =generated/system/applications/terminal_shell/zsh.nix=
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
This sets up the zsh terminal
#+BEGIN_SRC nix :tangle generated/system/applications/terminal_shell/zsh.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, lib, user, flakeRoot, ... }:
let
@@ -1355,7 +1355,9 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
};
}
#+END_SRC
@@ -35,4 +35,5 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
};
}