From 923ac5bc95c2b2d77992a3a94b5a44f06d02c631 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 6 May 2026 21:07:48 +0530 Subject: [PATCH] refactor: dev packages --- modules/hm/shell/neovim.nix | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/modules/hm/shell/neovim.nix b/modules/hm/shell/neovim.nix index f1fb045..6b9bd89 100644 --- a/modules/hm/shell/neovim.nix +++ b/modules/hm/shell/neovim.nix @@ -19,23 +19,20 @@ home = { packages = with pkgs; [ - gcc - neovide - - # nix - nil # Language Server - statix # Lints and suggestions - deadnix # Find and remove unused - alejandra # Code Formatter - - # lua - luarocks - - # ts + python3 + nodejs + go + rustup typescript - + neovide + nil + statix + deadnix + alejandra + luarocks gdu - ripgrep + gcc + wakatime-cli ]; }; };