diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/defaults/dock.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 3e56fae..3156e90 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -15,6 +15,14 @@ let in { options = { + system.defaults.dock.appswitcher-all-displays = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Whether to display the appswitcher on all displays or only the main one. The default is false. + ''; + }; + system.defaults.dock.autohide = mkOption { type = types.nullOr types.bool; default = null; |
