summaryrefslogtreecommitdiff
path: root/hosts/mac/yabai/default.nix
blob: 23e19cc2bb94fcc3181b611bbac75d18825c74e2 (plain)
1
2
3
4
5
{ yabai }:

yabai.overrideAttrs (oldAttrs: {
  patches = (oldAttrs.patches or [ ]) ++ [ ./0001-mouse-follows-swap.patch ];
})