Add system.defaults.finder._FXEnableColumnAutoSizing
This commit is contained in:
parent
b8c7ac0302
commit
7451154694
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue