Skip to content

Commit

Permalink
feat(macOS): untick 'Save password to keychain' in GPGTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeu committed Feb 19, 2023
1 parent 109ed56 commit 384b1e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/hosts/darwin/pro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ in
# No tap to drag
system.defaults.trackpad.Dragging = false;

# Custom system preferences
system.defaults.CustomUserPreferences = {
"org.gpgtools.common" = { "UseKeychain" = "NO"; };
};

# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
Expand Down

0 comments on commit 384b1e2

Please sign in to comment.