Working on terminal / zsh

This commit is contained in:
2026-03-08 10:40:02 +01:00
parent c8bdcad907
commit 72b8c79b1e
2 changed files with 330 additions and 330 deletions
+328 -328
View File
File diff suppressed because it is too large Load Diff
@@ -10,7 +10,7 @@ in
}; };
# Kitty config (main + theme) # Kitty config (main + theme)
xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/conf/kitty/kitty.conf"; xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/common/conf/kitty/kitty.conf";
/* /*
# Starship (with your custom config) # Starship (with your custom config)
@@ -25,7 +25,7 @@ in
# Ensure Kitty's shell starts Starship # Ensure Kitty's shell starts Starship
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [ xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
(builtins.readFile "${flakeRoot}/assets/conf/kitty/kitty.conf") (builtins.readFile "${flakeRoot}/assets/common/conf/kitty/kitty.conf")
"" ""
"# Ensure Starship is loaded in Kitty's shell" "# Ensure Starship is loaded in Kitty's shell"
"shell ${pkgs.zsh}/bin/zsh -c \"${pkgs.starship}/bin/starship init zsh | source\"" "shell ${pkgs.zsh}/bin/zsh -c \"${pkgs.starship}/bin/starship init zsh | source\""