mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
edit xdg portals
This commit is contained in:
@@ -4,7 +4,11 @@
|
|||||||
config.common.default = "*";
|
config.common.default = "*";
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
extraPortals =
|
extraPortals = [
|
||||||
[ pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk ];
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
pkgs.libsForQt5.xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
|
config.hyprland = { default = [ "hyprland" "gtk" ]; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user