Skip to content

Commit

Permalink
home-manager/git: disable git.enableGui in Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 5, 2023
1 parent c2c134e commit ad2eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/cli/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in
default = config.home-manager.cli.enable;
};
enableGui = lib.mkEnableOption "enable Git GUI" // {
default = config.home-manager.desktop.enable || config.home-manager.darwin.enable;
default = config.home-manager.desktop.enable;
};
};

Expand Down

0 comments on commit ad2eb08

Please sign in to comment.