1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

add finder._FXSortFoldersFirst option

This commit is contained in:
Niklas Ravnsborg 2024-09-04 23:04:29 +02:00
parent 3b087efcbd
commit 3d48a9893a
No known key found for this signature in database
GPG key ID: 8360E6C58AE8F3ED

View file

@ -80,6 +80,14 @@ with lib;
'';
};
system.defaults.finder._FXSortFoldersFirst = mkOption {
type = types.nullOr types.bool;
default = null;
description = ''
Keep folders on top when sorting by name. The default is false.
'';
};
system.defaults.finder.FXEnableExtensionChangeWarning = mkOption {
type = types.nullOr types.bool;
default = null;