mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge pull request #739 from yusefnapora/yabai/extra-config-option-type
use `types.lines` for yabai.extraConfig option
This commit is contained in:
commit
c806a73609
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