mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-09 03:56:11 +00:00
wrapper/lib: init with mkMappingOption
mkMappingOption wants to read a setting set in config without passing it every time, so it should be defined in config.
This commit is contained in:
parent
3ffc800a01
commit
8b5ef2cf08
5 changed files with 41 additions and 1 deletions
6
modules/wrapper/lib/default.nix
Normal file
6
modules/wrapper/lib/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./options.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue