summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecases/desktop/graphical.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix
index 6ad4b86..4eb051c 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -83,7 +83,6 @@ inputs: {
83 extraPortals = with pkgs; [ 83 extraPortals = with pkgs; [
84 xdg-desktop-portal-gtk 84 xdg-desktop-portal-gtk
85 ]; 85 ];
86 gtkUsePortal = true;
87 }; 86 };
88 }; 87 };
89 88