fix: resolve niri xdg portal issues

This commit is contained in:
2026-04-05 16:11:41 +02:00
parent 0b79904103
commit 2248d7d781

View File

@@ -23,7 +23,13 @@ in
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
config.niri.default = lib.mkForce [
"niri"
"gtk"
];
};
services = {