niri xdg desktop portal config

This commit is contained in:
William 2025-10-24 17:55:55 -03:00
parent 2d2d27a6fc
commit 98b2d1f44c
2 changed files with 10 additions and 4 deletions

View file

@ -150,6 +150,12 @@
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
];
config.common.default = "*";
config = {
common.default = "*";
niri.default = [
"gtk"
"gnome"
];
};
};
}