summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-12-11 19:17:29 +0100
committerMinijackson <minijackson@riseup.net>2023-12-11 19:17:29 +0100
commit995b97fb9ee4841376a710e72399c5a951f10fb6 (patch)
treef13a95bc831639959d9c765454f7945f2a740939 /usecases/desktop/graphical.nix
parente1ff251ad894196816a1aa5cd5fcf584181804f6 (diff)
downloadnixos-config-reborn-995b97fb9ee4841376a710e72399c5a951f10fb6.tar.gz
nixos-config-reborn-995b97fb9ee4841376a710e72399c5a951f10fb6.zip
graphical: don't use portal for xdg-open
currently doesn't work
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 ];