mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
yabai: set default package
This commit is contained in:
parent
3b69bf3cc2
commit
4eed79d4ac
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ in
|
|||
|
||||
services.yabai.package = mkOption {
|
||||
type = path;
|
||||
default = pkgs.yabai;
|
||||
description = "The yabai package to use.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue