feat: set default portal to gtk

This commit is contained in:
Guz
2025-05-26 10:29:14 -03:00
parent 75f00247b1
commit efab6a530d

View File

@@ -110,6 +110,8 @@
xdg.portal.extraPortals = with pkgs; [ xdg.portal.extraPortals = with pkgs; [
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];
xdg.portal.config.common.default = ["gtk"];
xdg.portal.xdgOpenUsePortal = true;
# Status bar # Status bar
# programs.eww-custom.enable = true; # programs.eww-custom.enable = true;