This commit is contained in:
kenji
2025-08-13 08:45:56 -05:00
parent c7d6a04c77
commit 58b144792e
+6 -4
View File
@@ -28,12 +28,14 @@ in {
};
};
};
imports = lib.mkIf cfg.settings.simpleStarship [
./simple-starship.nix
];
config = mkIf cfg.enable {
imports = lib.mkIf cfg.settings.simpleStarship [
./simple-starship.nix
];
home.file = {
".config/starship.toml" = mkIf (!cfg.simpleStarship) {
".config/starship.toml" = mkIf (!cfg.settings.simpleStarship) {
source = builtins.path {path = ../../.config/starship.toml;};
};
};