Add system.defaults.finder._FXEnableColumnAutoSizing (#1626)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user