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:
commit
426d38710b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue