diff --git a/modules/system/defaults/finder.nix b/modules/system/defaults/finder.nix index 422e888..1137e6c 100644 --- a/modules/system/defaults/finder.nix +++ b/modules/system/defaults/finder.nix @@ -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.