mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Expose shellhooks via API
This commit is contained in:
parent
db610620b3
commit
ed7abad63c
2 changed files with 4 additions and 1 deletions
|
|
@ -104,6 +104,7 @@
|
|||
eval = {pkgs, modules ? []}: evalWithPkgs pkgs modules;
|
||||
mkWrapper = {pkgs, modules ? []}: (evalWithPkgs pkgs modules).config.wrap {inherit pkgs;};
|
||||
devShellPackages = config: mkDevShellPackages config;
|
||||
shellHook = config: mkShellHook config;
|
||||
};
|
||||
|
||||
overlays = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue