Checking if starship.toml is mentyioned multiple times

This commit is contained in:
2026-03-08 10:46:37 +01:00
parent 379b10e390
commit 8111ff6ea1
+1 -1
View File
@@ -1132,7 +1132,7 @@ This file sets up starship prompt
enable = true; 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"; xdg.configFile."starship.toml".source = "${flakeRoot}/assets/common/conf/starship.toml";
}; };
} }