wip
This commit is contained in:
parent
b97940aa97
commit
224fb19a69
3 changed files with 10 additions and 2 deletions
|
@ -47,6 +47,8 @@ rec {
|
|||
patches = (
|
||||
final: prev: {
|
||||
mySway = prev.sway.override {
|
||||
withBaseWrapper = true;
|
||||
withGtkWrapper = true;
|
||||
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue