diff --git a/config/Wallpaper.nix b/config/Wallpaper.nix index 5b12394..5c40936 100644 --- a/config/Wallpaper.nix +++ b/config/Wallpaper.nix @@ -6,7 +6,7 @@ in { options = { module.wallpaper = { forceContrastText = mkOption { - default = forceContrastText; + default = lib.warnIf forceContrastText "Style : Forced text contrast." forceContrastText; type = types.bool; }; path = mkOption {