Skip to content

Commit

Permalink
nixos/xserver: don't conflict pinentry package with DEs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 18, 2024
1 parent a526f9b commit 03df84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/xserver.nix
Expand Up @@ -749,7 +749,7 @@ in
boot.kernel.sysctl."fs.inotify.max_user_instances" = mkDefault 524288;
boot.kernel.sysctl."fs.inotify.max_user_watches" = mkDefault 524288;

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

systemd.defaultUnit = mkIf cfg.autorun "graphical.target";

Expand Down

0 comments on commit 03df84f

Please sign in to comment.