Removed double config starship

This commit is contained in:
2026-03-08 10:44:49 +01:00
parent 29669c5b27
commit caf189ac3b
-8
View File
@@ -1118,15 +1118,7 @@ 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";
};
};
};
}
#+END_SRC