mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add bat
This commit is contained in:
parent
7d7dd1d21e
commit
ee60083622
3 changed files with 12 additions and 9 deletions
|
@ -8,6 +8,7 @@ let
|
|||
cfg = config.dependencies;
|
||||
|
||||
packages = {
|
||||
bat.default = "bat";
|
||||
ctags.default = "ctags";
|
||||
curl.default = "curl";
|
||||
direnv.default = "direnv";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue