From 3283a7f9e1f33c0c0d91718754cfc42c47d925e0 Mon Sep 17 00:00:00 2001 From: misschloe777 Date: Tue, 30 Sep 2025 12:41:35 +0200 Subject: [PATCH] added missing dependencies and snippets --- config/config.nix | 2 ++ config/plugins.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/config/config.nix b/config/config.nix index ac2ec5a..ad8f121 100644 --- a/config/config.nix +++ b/config/config.nix @@ -49,12 +49,14 @@ }; dependencies = { + direnv.enable = true; fzf.enable = true; gcc.enable = true; git.enable = true; lazygit.enable = true; tree-sitter.enable = true; ripgrep.enable = true; + nodejs.enable = true; }; } diff --git a/config/plugins.nix b/config/plugins.nix index 513ed75..ce8d190 100644 --- a/config/plugins.nix +++ b/config/plugins.nix @@ -263,5 +263,8 @@ ]; }; }; + + friendly-snippets.enable = true; }; + }