hm/niri: let xdg-open use portal
This commit is contained in:
parent
65bc3735de
commit
c3bdad49ff
|
@ -263,15 +263,15 @@ in
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome
|
||||||
];
|
];
|
||||||
config = {
|
config.niri = {
|
||||||
common = {
|
"default" = [
|
||||||
"default" = [
|
"gnome"
|
||||||
"gnome"
|
"gtk"
|
||||||
"gtk"
|
];
|
||||||
];
|
"org.freedesktop.impl.portal.Access" = [ "gtk" ];
|
||||||
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue