16 lines
322 B
Nix
16 lines
322 B
Nix
{...}: {
|
|
xdg = {
|
|
portal = {
|
|
enable = true;
|
|
wlr.enable = true;
|
|
config = {
|
|
common = {
|
|
default = [
|
|
"hyprland"
|
|
"gtk"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|