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

This commit is contained in:
Michael Hoang 2025-11-07 07:42:06 +00:00 committed by GitHub
commit e2b82ebd0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;