nixos/xserver: don't conflict pinentry package with DEs

This commit is contained in:
Sandro 2024-03-18 11:08:52 +01:00 committed by Sandro Jäckel
parent a526f9bb5d
commit 124ec2d9d6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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.mkOverride 1100 pkgs.pinentry-gnome3;
systemd.defaultUnit = mkIf cfg.autorun "graphical.target";