Compare commits
2 Commits
caf189ac3b
...
8111ff6ea1
| Author | SHA1 | Date | |
|---|---|---|---|
| 8111ff6ea1 | |||
| 379b10e390 |
+326
-334
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user