diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 378d703..54c442f 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -138,6 +138,14 @@ in { ''; }; + system.defaults.dock.show-recents = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Show recent applications in the dock. The default is true. + ''; + }; + system.defaults.dock.static-only = mkOption { type = types.nullOr types.bool; default = null;