mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
system.defaults.dock: add show-recents
option
This commit is contained in:
parent
81068e51e9
commit
4cfb4b084e
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue