add xdg portal

This commit is contained in:
Fabian Montero 2025-01-19 21:06:35 -06:00
parent 534d3b0032
commit 9cbd93c9fd
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -21,7 +21,8 @@ in {
# this shouldnt be on baseline, as servers have no GUI
enable = true;
xdgOpenUsePortal = true;
configPackages = with pkgs; [xdg-desktop-portal-gtk];
extraPortals = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
configPackages = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
};
};