Add system.defaults.finder._FXEnableColumnAutoSizing (#1626)

This commit is contained in:
Michael Hoang
2025-11-07 07:42:06 +00:00
committed by GitHub
+9
View File
@@ -116,6 +116,15 @@ in
'';
};
system.defaults.finder._FXEnableColumnAutoSizing = mkOption {
type = types.nullOr types.bool;
default = null;
description = ''
Resize columns to fit filenames.
The default is false.
'';
};
system.defaults.finder._FXShowPosixPathInTitle = mkOption {
type = types.nullOr types.bool;
default = null;