reNixos/s0melapt0p-nix/xdg/portal.nix
2025-04-27 12:47:02 +03:00

16 lines
322 B
Nix

{...}: {
xdg = {
portal = {
enable = true;
wlr.enable = true;
config = {
common = {
default = [
"hyprland"
"gtk"
];
};
};
};
};
}