From 2c92c45f047a93581b2ffec10da4673b014893d9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 29 Apr 2024 22:26:52 +0200 Subject: [PATCH] Remove instance of deprecated types.string --- modules/home/de/theme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/theme.nix b/modules/home/de/theme.nix index fd75bc2..5febcf6 100644 --- a/modules/home/de/theme.nix +++ b/modules/home/de/theme.nix @@ -8,7 +8,7 @@ in { options.myConfig.de = { theme = lib.mkOption { - type = lib.types.string; + type = lib.types.str; }; wallpaper = lib.mkOption { type = lib.types.path;