fix: resolve niri xdg portal issues
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user