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 {
options.myConfig.de = {
theme = lib.mkOption {
type = lib.types.string;
type = lib.types.str;
};
wallpaper = lib.mkOption {
type = lib.types.path;