added warnings module

This commit is contained in:
Alexander Nortung 2023-01-20 00:15:58 +01:00
parent e607ab67a5
commit 5a222885fc
5 changed files with 65 additions and 8 deletions

View file

@ -23,5 +23,8 @@ in
environment.etc."nvim/sysinit.lua".text = cfg.initContent;
environment.variables."VIM" = "/etc/nvim";
})
({
warnings = cfg.warnings;
})
]);
}