added minimal output and changed README install section
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -60,6 +60,22 @@
|
||||
runtimePkgs = pkgList;
|
||||
settings.config_directory = ./.;
|
||||
};
|
||||
minimal = inputs.wrappers.wrappers.neovim.wrap {
|
||||
inherit pkgs;
|
||||
env = {
|
||||
"CONFIG_ROOT" = ./.;
|
||||
"NVIM_APPNAME" = "nvim-voidarc-remote";
|
||||
};
|
||||
runtimePkgs = with pkgs; [
|
||||
lua5_1
|
||||
tree-sitter
|
||||
ripgrep
|
||||
gcc
|
||||
fzf
|
||||
luarocks
|
||||
];
|
||||
settings.config_directory = ./.;
|
||||
};
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user