diff options
author | polwex <polwex@sortug.com> | 2024-07-21 01:49:04 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 01:49:04 +0700 |
commit | e64f7a78e01e5fa661471cb518cc71fc33223b5a (patch) | |
tree | 691c444cf66e2f9d1ee63e4589ed09ec502baa3b /hosts/mac/yabai/default.nix | |
parent | 0816d59542658a62928050ef5f08e1460e554959 (diff) |
m
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 ]; +}) |