sway: enable wrappers
This commit is contained in:
parent
ada392b3f3
commit
f44b2cd53d
|
@ -48,6 +48,8 @@ rec {
|
||||||
patches = (
|
patches = (
|
||||||
final: prev: {
|
final: prev: {
|
||||||
mySway = prev.sway.override {
|
mySway = prev.sway.override {
|
||||||
|
withBaseWrapper = true;
|
||||||
|
withGtkWrapper = true;
|
||||||
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
||||||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue