From 9dac359ae589091ae12c6309fd16e1fc2dce418f Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 26 May 2025 15:47:11 +0200 Subject: [PATCH] Set GTK_USE_PORTAL to 1 globally --- commit_text | 2 +- configuration.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index 39438a7..cfc7ff1 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added xdg-desktop-portal-kde +Set GTK_USE_PORTAL to 1 globally diff --git a/configuration.nix b/configuration.nix index 0b3f882..537190d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -151,6 +151,10 @@ }; }; + environment.sessionVariables = { + GTK_USE_PORTAL = 1; + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [