Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 8111ff6ea1 Checking if starship.toml is mentyioned multiple times 2026-03-08 10:46:37 +01:00
henrov 379b10e390 Working on terminal / zsh 2026-03-08 10:45:01 +01:00
3 changed files with 327 additions and 343 deletions
+326 -334
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1132,7 +1132,7 @@ This file sets up starship prompt
enable = true;
};
# Use the starship.toml from your assets
# Use the starship.toml from your assets <-- this should be the only place doing it!
xdg.configFile."starship.toml".source = "${flakeRoot}/assets/common/conf/starship.toml";
};
}
@@ -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";
};
};
};
}