mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #181 from cmacrae/defaults/hide-menu-bar
defaults: introduce NSGlobalDomain option for "_HIHideMenuBar"
This commit is contained in:
commit
26d5d8f5ba
1 changed files with 8 additions and 0 deletions
|
@ -297,6 +297,14 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
system.defaults.NSGlobalDomain._HIHideMenuBar = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
Whether to autohide the menu bar. The default is false.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue