mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add codeium, coreutils, gzip and util-linux
This commit is contained in:
parent
5cacff2368
commit
15919567bb
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,11 @@ let
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
bat.default = "bat";
|
bat.default = "bat";
|
||||||
|
codeium.default = "codeium";
|
||||||
|
coreutils = {
|
||||||
|
default = "coreutils";
|
||||||
|
example = "uutils-coreutils";
|
||||||
|
};
|
||||||
cornelis.default = "cornelis";
|
cornelis.default = "cornelis";
|
||||||
ctags.default = "ctags";
|
ctags.default = "ctags";
|
||||||
curl.default = "curl";
|
curl.default = "curl";
|
||||||
|
@ -29,6 +34,7 @@ let
|
||||||
glow.default = "glow";
|
glow.default = "glow";
|
||||||
go.default = "go";
|
go.default = "go";
|
||||||
godot.default = "godot_4";
|
godot.default = "godot_4";
|
||||||
|
gzip.default = "gzip";
|
||||||
lazygit.default = "lazygit";
|
lazygit.default = "lazygit";
|
||||||
lean.default = "lean4";
|
lean.default = "lean4";
|
||||||
ledger.default = "ledger";
|
ledger.default = "ledger";
|
||||||
|
@ -49,6 +55,7 @@ let
|
||||||
tree-sitter.default = "tree-sitter";
|
tree-sitter.default = "tree-sitter";
|
||||||
typst.default = "typst";
|
typst.default = "typst";
|
||||||
ueberzug.default = "ueberzugpp";
|
ueberzug.default = "ueberzugpp";
|
||||||
|
util-linux.default = "util-linux";
|
||||||
websocat.default = "websocat";
|
websocat.default = "websocat";
|
||||||
wezterm.default = "wezterm";
|
wezterm.default = "wezterm";
|
||||||
which.default = "which";
|
which.default = "which";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue