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

use types.lines for yabai.extraConfig option

This allows setting the option definition in multiple locations.
The final value will be all definitions concatenated with `\n`.
This commit is contained in:
Yusef Napora 2023-07-13 14:53:24 -04:00
parent d468d4e813
commit fbc47b7bbc

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