Add system.defaults.finder._FXEnableColumnAutoSizing

This commit is contained in:
Yiyu Zhou 2025-11-06 14:29:09 -08:00
parent b8c7ac0302
commit 7451154694

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;