add git as default for user
This commit is contained in:
parent
f41672b465
commit
48352469f2
3 changed files with 6 additions and 8 deletions
|
@ -10,7 +10,7 @@ with lib.wyrdgard; let
|
|||
cfg = config.wyrdgard.apps.cli-apps.fish;
|
||||
in {
|
||||
options.wyrdgard.apps.cli-apps.fish = with types; {
|
||||
enable = mkBoolOpt false "Whether or not to enable the fish shell";
|
||||
enable = mkBoolOpt true "Whether or not to enable the fish shell";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue