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 +# }; }