1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

Merge pull request from yusefnapora/yabai/extra-config-option-type

use `types.lines` for yabai.extraConfig option
This commit is contained in:
Emily 2023-07-13 21:57:17 +01:00 committed by GitHub
commit c806a73609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ in
};
services.yabai.extraConfig = mkOption {
type = str;
type = lines;
default = "";
example = literalExpression ''
yabai -m rule --add app='System Preferences' manage=off