diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/defaults/NSGlobalDomain.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix index d519ce0..1f8d5ef 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -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. + ''; + }; + }; } |
