From ec0459e1394ace2ecb8750d91f20c38646486946 Mon Sep 17 00:00:00 2001 From: Alex Rice Date: Tue, 3 Sep 2019 01:25:24 +0100 Subject: [PATCH] rofi: string -> str --- 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 7fd69dc72..e64e5d478 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