mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-13 21:29:57 -05:00
Fixes
This commit is contained in:
+2
-1
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user