1
0
Fork 0
forked from fabian/nix_config

add xdg portal

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

View file

@ -21,7 +21,8 @@ in {
# this shouldnt be on baseline, as servers have no GUI # this shouldnt be on baseline, as servers have no GUI
enable = true; enable = true;
xdgOpenUsePortal = 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
}; };
}; };