1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-15 17:51:01 +00:00

finder: types.string -> types.str

`string` was changed from deprecation warning to error in c59c6b1c57
This commit is contained in:
zowoq 2023-08-10 13:46:47 +10:00
parent 829041cf10
commit b671517f28

View file

@ -30,7 +30,7 @@ with lib;
};
system.defaults.finder.FXDefaultSearchScope = mkOption {
type = types.nullOr types.string;
type = types.nullOr types.str;
default = null;
description = lib.mdDoc ''
Change the default search scope. Use "SCcf" to default to current folder.
@ -39,7 +39,7 @@ with lib;
};
system.defaults.finder.FXPreferredViewStyle = mkOption {
type = types.nullOr types.string;
type = types.nullOr types.str;
default = null;
description = lib.mdDoc ''
Change the default finder view.