summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/defaults/dock.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix
index 2b3fea4..5795bcd 100644
--- a/modules/system/defaults/dock.nix
+++ b/modules/system/defaults/dock.nix
@@ -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;