plugins/ui: plumb views through (#432)

This commit is contained in:
Alexander Sosedkin 2023-06-17 22:00:41 +02:00 committed by GitHub
parent 9fd431366a
commit e294518a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};