wrapper: rename build dir to environemnt

This commit is contained in:
Ching Pei Yang 2024-12-22 21:46:17 +01:00 committed by raf
commit f9d1684b5f
4 changed files with 1 additions and 1 deletions

View file

@ -1,13 +0,0 @@
{
config,
lib,
...
}: let
inherit (lib.attrsets) attrValues;
cfg = config.vim;
in {
config = {
vim.startPlugins = map (x: x.package) (attrValues cfg.extraPlugins);
};
}