From 22908007695dcfd41a98b0410ef858639e368720 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 6 Apr 2023 11:30:25 +0200 Subject: Fixes after clearer separation of userspace --- gui/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui') diff --git a/gui/default.nix b/gui/default.nix index 3abc6e7..7289e1d 100644 --- a/gui/default.nix +++ b/gui/default.nix @@ -27,6 +27,8 @@ platformTheme = "gtk"; }; + services.gpg-agent.pinentryFlavor = "gtk2"; + home.sessionVariables = { QT_AUTO_SCREEN_SCALE_FACTOR = 0; }; -- cgit v1.2.3