forked from Shinonome/dots-hyprland
added starship enable
This commit is contained in:
@@ -22,6 +22,13 @@ in {
|
||||
Enables Illogical-impulse by end4.
|
||||
'';
|
||||
};
|
||||
simpleStarship = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Use a simplified starship.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
@@ -53,5 +60,8 @@ in {
|
||||
inputs.matugen.packages.${pkgs.system}.default
|
||||
inputs.hyprland.packages.${pkgs.system}.default
|
||||
];
|
||||
programs = {
|
||||
starship.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user