rofi: string -> str

This commit is contained in:
Alex Rice 2019-09-03 01:25:24 +01:00
parent d5e73c39fc
commit ec0459e139
No known key found for this signature in database
GPG key ID: 93DDCD7A2B3F3B88

View file

@ -270,7 +270,7 @@ in
theme = mkOption { theme = mkOption {
default = null; default = null;
type = with types; nullOr (either string path); type = with types; nullOr (either str path);
example = "Arc"; example = "Arc";
description = '' description = ''
Name of theme or path to theme file in rasi format. Available Name of theme or path to theme file in rasi format. Available