XDG Portals
This commit is contained in:
parent
a7e51c9ab4
commit
f617a169c8
1 changed files with 16 additions and 2 deletions
|
@ -166,8 +166,22 @@
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal = {
|
||||||
xdg.portal.xdgOpenUsePortal = true;
|
enable = true;
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-gnome
|
||||||
|
];
|
||||||
|
config = {
|
||||||
|
common = {
|
||||||
|
default = [
|
||||||
|
"gtk"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.dbus = {
|
services.dbus = {
|
||||||
implementation = "broker";
|
implementation = "broker";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue