diff options
Diffstat (limited to 'hosts/mac/yabai/default.nix')
-rw-r--r-- | hosts/mac/yabai/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/mac/yabai/default.nix b/hosts/mac/yabai/default.nix new file mode 100644 index 0000000..23e19cc --- /dev/null +++ b/hosts/mac/yabai/default.nix @@ -0,0 +1,5 @@ +{ yabai }: + +yabai.overrideAttrs (oldAttrs: { + patches = (oldAttrs.patches or [ ]) ++ [ ./0001-mouse-follows-swap.patch ]; +}) |