my system configurations ^-^

feat: disable jankyborders and yabai

* broken on macos 26 * https://github.com/koekeishiya/yabai/issues/2634
* https://github.com/FelixKratz/JankyBorders/issues/160

42willow.github.io ef957efa 68f9b54c

verified
+2 -2
+1 -1
modules/darwin/desktop/janky-borders.nix
··· 1 { 2 services.jankyborders = { 3 - enable = true; 4 5 width = 6.0; 6 hidpi = true;
··· 1 { 2 services.jankyborders = { 3 + enable = false; 4 5 width = 6.0; 6 hidpi = true;
+1 -1
modules/darwin/desktop/yabai.nix
··· 1 { 2 services.yabai = { 3 - enable = true; 4 enableScriptingAddition = true; 5 6 config = {
··· 1 { 2 services.yabai = { 3 + enable = false; 4 enableScriptingAddition = true; 5 6 config = {