mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
Expose nix config in lua
This commit is contained in:
parent
94832c21aa
commit
1345b6ae4c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -1,7 +1,7 @@
|
|||
_G.Config = {}
|
||||
local nix = require('config.nix').init { non_nix_value = true }
|
||||
Config.isNixCats = nix.is_nix
|
||||
|
||||
Config.nixConfig = nix
|
||||
|
||||
require('lze').register_handlers(require('nixCatsUtils.lzUtils').for_cat)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue