forked from Shinonome/dots-hyprland
a
This commit is contained in:
@@ -28,12 +28,14 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
imports = lib.mkIf cfg.settings.simpleStarship [
|
|
||||||
./simple-starship.nix
|
|
||||||
];
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
imports = lib.mkIf cfg.settings.simpleStarship [
|
||||||
|
./simple-starship.nix
|
||||||
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/starship.toml" = mkIf (!cfg.simpleStarship) {
|
".config/starship.toml" = mkIf (!cfg.settings.simpleStarship) {
|
||||||
source = builtins.path {path = ../../.config/starship.toml;};
|
source = builtins.path {path = ../../.config/starship.toml;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user