sway: add xdg-desktop-portal-wlr

This commit is contained in:
Gabriel Ebner 2020-07-16 14:49:42 +02:00
parent 0b6a984071
commit 9069ea1716
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,7 @@
export XDG_DATA_DIRS=/run/current-system/sw/share/''${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS export XDG_DATA_DIRS=/run/current-system/sw/share/''${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS
export $(${pkgs.gnome3.gnome_keyring}/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg) export $(${pkgs.gnome3.gnome_keyring}/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
export XDG_CURRENT_DESKTOP=X-Generic export XDG_CURRENT_DESKTOP=sway
''; '';
}; };
@ -83,4 +83,6 @@
services.dbus.packages = with pkgs; [ mako ]; services.dbus.packages = with pkgs; [ mako ];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
} }