diff --git a/hosts/default/system/default.nix b/hosts/default/system/default.nix index 0e856e8..f715b09 100644 --- a/hosts/default/system/default.nix +++ b/hosts/default/system/default.nix @@ -16,6 +16,9 @@ portal = { enable = true; xdgOpenUsePortal = true; + config = { + common.default = "*"; + }; extraPortals = with pkgs; [ xdg-desktop-portal-gnome xdg-desktop-portal-wlr diff --git a/hosts/default/system/pkgs.nix b/hosts/default/system/pkgs.nix index a587793..e352509 100644 --- a/hosts/default/system/pkgs.nix +++ b/hosts/default/system/pkgs.nix @@ -12,7 +12,7 @@ usbutils alsa-utils pavucontrol - flameshot + (flameshot.override { enableWlrSupport = true; }) feh gnumake tree