mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 05:53:04 +02:00
feat: yabai - fix x86_64 build, upgrade version
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user