summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical.nix')
-rw-r--r--usecases/desktop/graphical.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix
index 6433ad5..3e9da0d 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -90,7 +90,7 @@ inputs: {
90 sounds.enable = true; 90 sounds.enable = true;
91 portal = { 91 portal = {
92 enable = true; 92 enable = true;
93 xdgOpenUsePortal = true; 93 # xdgOpenUsePortal = true;
94 extraPortals = with pkgs; [ 94 extraPortals = with pkgs; [
95 xdg-desktop-portal-gtk 95 xdg-desktop-portal-gtk
96 ]; 96 ];