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:
parent
d468d4e813
commit
fbc47b7bbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue