mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: yabai - fix x86_64 build, upgrade version
This commit is contained in:
@@ -2,12 +2,14 @@
|
|||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
username,
|
username,
|
||||||
|
pkgs-unstable,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
homeDir = config.users.users."${username}".home;
|
homeDir = config.users.users."${username}".home;
|
||||||
in {
|
in {
|
||||||
services.yabai = {
|
services.yabai = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs-unstable.yabai;
|
||||||
|
|
||||||
# Whether to enable yabai's scripting-addition.
|
# Whether to enable yabai's scripting-addition.
|
||||||
# SIP must be disabled for this to work.
|
# SIP must be disabled for this to work.
|
||||||
|
|||||||
Reference in New Issue
Block a user