feat: yabai - fix x86_64 build, upgrade version

This commit is contained in:
Ryan Yin
2024-01-24 00:16:44 +08:00
parent 2c08b2f1fa
commit 501b2397d8

View File

@@ -2,12 +2,14 @@
config,
lib,
username,
pkgs-unstable,
...
}: let
homeDir = config.users.users."${username}".home;
in {
services.yabai = {
enable = true;
package = pkgs-unstable.yabai;
# Whether to enable yabai's scripting-addition.
# SIP must be disabled for this to work.