working on starship

This commit is contained in:
2026-03-11 14:31:16 +01:00
parent 066ed6adae
commit 71cf8dc28a
4 changed files with 470 additions and 460 deletions
@@ -3,9 +3,9 @@
home-manager.users.${user.username} = {
programs.starship = {
enable = true;
settings = {
configFile = "${flakeRoot}/assets/system/conf/starship.toml";
};
# settings = {
# configFile = "${flakeRoot}/assets/system/conf/starship.toml";
# };
};
};
}