add git as default for user

This commit is contained in:
Christoph Hollizeck 2024-03-27 13:19:50 +01:00
parent fad64b2ae5
commit 905d40e2ba
3 changed files with 6 additions and 8 deletions

View file

@ -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 {