We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87feb2 commit a1ea1beCopy full SHA for a1ea1be
zsh/default.nix
@@ -88,8 +88,10 @@
88
89
programs.starship = {
90
enable = true;
91
- settings = lib.trivial.importTOML ./starship.toml;
92
# enableZshIntegration = true;
+ # settings = lib.trivial.importTOML ./starship.toml;
93
+ };
94
+ xdg.configFile."starship.toml" = {
95
+ source = ./starship.toml;
96
};
- # xdg.configFile."starship.toml" = { source = ./starship.toml; };
97
}
0 commit comments