mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-03 01:25:57 +00:00
Merge remote-tracking branch 'origin' into restructure
This commit is contained in:
commit
4083a74281
4 changed files with 21 additions and 3 deletions
|
|
@ -153,6 +153,14 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
luaPackages = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
List of lua packages to install.
|
||||
'';
|
||||
};
|
||||
|
||||
globals = mkOption {
|
||||
default = {};
|
||||
description = "Set containing global variable values";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue