1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #528 from sikmir/yabai

yabai: set default package
This commit is contained in:
Domen Kožar 2022-09-18 10:08:35 +01:00 committed by GitHub
commit c703f79e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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