puter/common/nixos/features/xdpw.nix

10 lines
154 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{pkgs, ...}: {
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-gtk
];
};
}