diff --git a/modules/plugins/ui/noice/noice.nix b/modules/plugins/ui/noice/noice.nix index 9f30d7c..0fb52cd 100644 --- a/modules/plugins/ui/noice/noice.nix +++ b/modules/plugins/ui/noice/noice.nix @@ -108,7 +108,8 @@ in { options = { view = mkOption { description = ""; - type = str; + type = nullOr str; + default = null; }; filter = mkOption { @@ -119,6 +120,7 @@ in { opts = mkOption { description = ""; type = nullOr anything; + default = null; }; }; });