From cf3afcbf8945705bd221dd9b815fe9a7bec75b87 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 2 Aug 2022 14:18:37 +0200 Subject: [PATCH] Remove deperecated option --- graphical.nix | 1 + nixos/pkg.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/graphical.nix b/graphical.nix index 3872c90..a9fb93a 100644 --- a/graphical.nix +++ b/graphical.nix @@ -45,6 +45,7 @@ home.sessionVariables = { BROWSER = "firefox"; + GTK_USE_PORTAL = 1; }; programs = { diff --git a/nixos/pkg.nix b/nixos/pkg.nix index 6b0fa03..8454818 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -14,7 +14,6 @@ in { xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; - gtkUsePortal = true; }; };