From e294518a68a6ca5c79ce64a572ff72f9da479496 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sat, 17 Jun 2023 22:00:41 +0200 Subject: [PATCH] plugins/ui: plumb `views` through (#432) --- plugins/ui/noice.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/noice.nix b/plugins/ui/noice.nix index 5874fc19..47d1f5c7 100644 --- a/plugins/ui/noice.nix +++ b/plugins/ui/noice.nix @@ -272,7 +272,7 @@ in { config = let cfg = config.plugins.noice; setupOptions = { - inherit (cfg) presets routes status format; + inherit (cfg) presets views routes status format; cmdline = helpers.ifNonNull' cfg.cmdline { inherit (cfg.cmdline) enabled view opts format; };