feat(wm/river): add XWayland
support
This commit is contained in:
parent
b51df48e6e
commit
60b4841b1d
1 changed files with 3 additions and 0 deletions
|
@ -11,5 +11,8 @@
|
||||||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||||
# ...
|
# ...
|
||||||
# });
|
# });
|
||||||
|
river = prev.river.overrideAttrs (oldAttrs: rec {
|
||||||
|
xwaylandSupport = true;
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue