mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
a
This commit is contained in:
@@ -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;};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user