This commit is contained in:
Henry Sipp
2025-07-28 10:15:50 -05:00
parent e3f8ea40cf
commit ad2dfc9af3
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ lib: {
type = lib.types.submodule {
options = {
wallpaper_path = lib.mkOption {
type = lib.types.path;
type = lib.types.nullOr lib.types.path;
default = null;
description = "Path to the wallpaper image to extract colors from";
};
};