Remove instance of deprecated types.string

This commit is contained in:
SebastianStork 2024-04-29 22:26:52 +02:00
parent c7f838feae
commit 2c92c45f04

View file

@ -8,7 +8,7 @@
in { in {
options.myConfig.de = { options.myConfig.de = {
theme = lib.mkOption { theme = lib.mkOption {
type = lib.types.string; type = lib.types.str;
}; };
wallpaper = lib.mkOption { wallpaper = lib.mkOption {
type = lib.types.path; type = lib.types.path;