fix: Add xdg-desktop-portal-gtk to extraPortals

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent 7471cc1135
commit d9b7b95c62
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -30,6 +30,11 @@ in {
];
};
xdg = {
portal = {
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
};
terminal-exec = {
enable = true;
settings = {