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

19 lines
358 B
Nix

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