From 568a333bb03d53d0a810e9365d1a6b1c945cc398 Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Tue, 14 Jul 2026 22:58:23 -0700 Subject: [PATCH] portal --- configs/desktop-light.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/desktop-light.nix b/configs/desktop-light.nix index 96f98e7..66e4690 100644 --- a/configs/desktop-light.nix +++ b/configs/desktop-light.nix @@ -104,6 +104,12 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660" enable = true; binfmt = true; }; + + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + config.common.default = "gtk"; + }; # services.dunst.enable = true; # services.dunst.settings = { # global = { @@ -112,5 +118,5 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660" # height = 300; # word_wrap = true; # }; -#s +# }; }