add git as default for user

This commit is contained in:
Christoph Hollizeck 2024-03-27 13:19:50 +01:00
parent f41672b465
commit 48352469f2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
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 {