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 = {
|
||||
bat.default = "bat";
|
||||
codeium.default = "codeium";
|
||||
coreutils = {
|
||||
default = "coreutils";
|
||||
example = "uutils-coreutils";
|
||||
};
|
||||
cornelis.default = "cornelis";
|
||||
ctags.default = "ctags";
|
||||
curl.default = "curl";
|
||||
|
@ -29,6 +34,7 @@ let
|
|||
glow.default = "glow";
|
||||
go.default = "go";
|
||||
godot.default = "godot_4";
|
||||
gzip.default = "gzip";
|
||||
lazygit.default = "lazygit";
|
||||
lean.default = "lean4";
|
||||
ledger.default = "ledger";
|
||||
|
@ -49,6 +55,7 @@ let
|
|||
tree-sitter.default = "tree-sitter";
|
||||
typst.default = "typst";
|
||||
ueberzug.default = "ueberzugpp";
|
||||
util-linux.default = "util-linux";
|
||||
websocat.default = "websocat";
|
||||
wezterm.default = "wezterm";
|
||||
which.default = "which";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue