feat(nvim): add headless package #178
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, lib, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
flake.overlays.nixvim = inputs.nixvim.overlays.default;
|
flake.overlays.nixvim = inputs.nixvim.overlays.default;
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
packages = {
|
packages = {
|
||||||
nvim = nixvim.makeNixvimWithModule moduleDev;
|
nvim = nixvim.makeNixvimWithModule moduleDev;
|
||||||
# Smaller derivations
|
# Smaller derivations
|
||||||
|
nvim-headless = nixvim.makeNixvimWithModule moduleHeadless;
|
||||||
nvim-small = nixvim.makeNixvimWithModule moduleNoBundledBins;
|
nvim-small = nixvim.makeNixvimWithModule moduleNoBundledBins;
|
||||||
nvim-no-ts = nixvim.makeNixvimWithModule moduleNoTSGrammars;
|
nvim-no-ts = nixvim.makeNixvimWithModule moduleNoTSGrammars;
|
||||||
nvim-no-lsps = nixvim.makeNixvimWithModule moduleNoLsp;
|
nvim-no-lsps = nixvim.makeNixvimWithModule moduleNoLsp;
|
||||||
|
|
Loading…
Reference in a new issue