chore(yazi): add wl-clipboard
This commit is contained in:
parent
e6d19b9094
commit
8b12e79650
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
};
|
||||
plugins = lib.mkOption {
|
||||
default = {
|
||||
inherit (pkgs.yaziPlugins) piper diff gitui;
|
||||
inherit (pkgs.yaziPlugins) piper diff gitui wl-clipboard;
|
||||
};
|
||||
example = {};
|
||||
type = with lib.types; attrsOf anything;
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
inherit (conf) enable;
|
||||
settings = conf.settings // config.mods.yazi.additionalKeymap;
|
||||
keymap = conf.keymap // config.mods.yazi.additionalConfig;
|
||||
plugins = config.mods.yazi.plugins;
|
||||
inherit (config.mods.yazi) plugins;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue