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; }; };