1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #760 from qowoz/string

finder: `types.string` -> `types.str`
This commit is contained in:
Emily 2023-08-10 05:01:37 +01:00 committed by GitHub
commit 426d38710b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.