Working on terminal / zsh

This commit is contained in:
2026-03-08 10:45:01 +01:00
parent caf189ac3b
commit 379b10e390
2 changed files with 326 additions and 342 deletions
+326 -334
View File
File diff suppressed because it is too large Load Diff
@@ -12,13 +12,5 @@ in
# Kitty config (main + theme)
xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/conf/kitty/kitty.conf";
# Starship (with your custom config)
programs.starship = {
enable = true;
settings = {
# This ensures Starship uses your config file
configFile = "${flakeRoot}/assets/conf/starship.toml";
};
};
};
}