From aa2f70def7c574d53d6370a2e3ca30016743ad6b Mon Sep 17 00:00:00 2001 From: Alex Rice Date: Tue, 3 Sep 2019 01:25:24 +0100 Subject: [PATCH] rofi: string -> str (cherry picked from commit ec0459e1394ace2ecb8750d91f20c38646486946) --- modules/programs/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/rofi.nix b/modules/programs/rofi.nix index 7fd69dc7..e64e5d47 100644 --- a/modules/programs/rofi.nix +++ b/modules/programs/rofi.nix @@ -270,7 +270,7 @@ in theme = mkOption { default = null; - type = with types; nullOr (either string path); + type = with types; nullOr (either str path); example = "Arc"; description = '' Name of theme or path to theme file in rasi format. Available