Skip to content

Commit

Permalink
Remove pinentry default
Browse files Browse the repository at this point in the history
Default is defined as gnome within the nixos module, making it redundent here
  • Loading branch information
vlinkz committed Mar 18, 2024
1 parent 425bd7d commit 5a7241b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/nixos/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ in
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;

programs.gnupg.agent.pinentryPackage = mkDefault pkgs.pinentry-gnome3;

programs.kdeconnect = mkIf cfg.gsconnect.enable {
package = pkgs.gnomeExtensions.gsconnect;
enable = true;
Expand Down

0 comments on commit 5a7241b

Please sign in to comment.