Add support for Dock icon size
Signed-off-by: Andy Dirnberger <andy@dirnberger.me>
This commit is contained in:
parent
54244e0bb0
commit
ad4acf558f
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
system.defaults.dock.tilesize = mkOption {
|
||||
type = types.nullOr types.int;
|
||||
default = null;
|
||||
description = ''
|
||||
Size of the icons in the dock. The default is 64.
|
||||
'';
|
||||
};
|
||||
|
||||
system.defaults.dock.minimize-to-application = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue