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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix
index afa8c74..5169809 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -92,6 +92,7 @@ inputs: {
92 sounds.enable = true; 92 sounds.enable = true;
93 portal = { 93 portal = {
94 enable = true; 94 enable = true;
95 xdgOpenUsePortal = true;
95 extraPortals = with pkgs; [ 96 extraPortals = with pkgs; [
96 xdg-desktop-portal-gtk 97 xdg-desktop-portal-gtk
97 ]; 98 ];