Working on terminal / zsh

This commit is contained in:
2026-03-08 10:58:03 +01:00
parent 2b32bb8ac0
commit 5f5a8f1dcf
4 changed files with 350 additions and 340 deletions
@@ -3,9 +3,9 @@
home-manager.users.${user.username} = {
programs.starship = {
enable = true;
settings = {
configFile = "${flakeRoot}/assets/common/conf/starship.toml";
};
};
# 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";
};
}