finally fixed xdg portals
This commit is contained in:
@ -55,6 +55,10 @@ in {
|
|||||||
wttrbar
|
wttrbar
|
||||||
cliphist
|
cliphist
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-utils
|
||||||
|
flatpak-xdg-utils
|
||||||
|
desktop-file-utils
|
||||||
|
shared-mime-info
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable OpenSSH
|
# Enable OpenSSH
|
||||||
@ -152,15 +156,16 @@ in {
|
|||||||
xdg = {
|
xdg = {
|
||||||
portal = {
|
portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# wlr.enable = true;
|
config = {
|
||||||
# config = {
|
sway = {
|
||||||
# common = {
|
default = [ "wlr" "gtk" ];
|
||||||
# default = [
|
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
||||||
# "wlr"
|
};
|
||||||
# ];
|
common = {
|
||||||
# };
|
default = [ "gtk" ];
|
||||||
# };
|
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
||||||
xdgOpenUsePortal = true;
|
};
|
||||||
|
};
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
Reference in New Issue
Block a user