working on zsh
This commit is contained in:
+337
-335
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user