1
0
Fork 0
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:
Nikolay Korotkiy 2022-09-16 17:46:17 +03:00
parent 3b69bf3cc2
commit 4eed79d4ac
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -27,6 +27,7 @@ in
services.yabai.package = mkOption {
type = path;
default = pkgs.yabai;
description = "The yabai package to use.";
};