mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
modules/dependencies: init + add curl
This commit is contained in:
parent
33c3f98fdc
commit
cfd4b61262
11 changed files with 97 additions and 28 deletions
|
@ -92,10 +92,12 @@
|
|||
no-packages = {
|
||||
test.runNvim = false;
|
||||
|
||||
dependencies = {
|
||||
curl.enable = false;
|
||||
};
|
||||
plugins.image = {
|
||||
enable = true;
|
||||
settings.backend = "kitty";
|
||||
curlPackage = null;
|
||||
ueberzugPackage = null;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue