diff --git a/modules/hm/shell/misc.nix b/modules/hm/shell/misc.nix index 3652029..acb56ee 100644 --- a/modules/hm/shell/misc.nix +++ b/modules/hm/shell/misc.nix @@ -2,6 +2,15 @@ flake.modules.homeManager.shell = { pkgs, ... }: { - home.packages = with pkgs; [ unzip ]; + home.packages = with pkgs; [ + systemctl-tui + zip + unzip + pciutils + usbutils + jq + dig + lsof + ]; }; } diff --git a/modules/hm/shell/neovim.nix b/modules/hm/shell/neovim.nix index 6b9bd89..e414086 100644 --- a/modules/hm/shell/neovim.nix +++ b/modules/hm/shell/neovim.nix @@ -21,6 +21,8 @@ packages = with pkgs; [ python3 nodejs + bun + pnpm go rustup typescript diff --git a/modules/hosts/sirius/config.nix b/modules/hosts/sirius/config.nix index fda5d1a..728d9d1 100644 --- a/modules/hosts/sirius/config.nix +++ b/modules/hosts/sirius/config.nix @@ -103,10 +103,8 @@ # --- Packages --- environment.systemPackages = with pkgs; [ discord - pciutils brave zed-editor - usbutils ]; # !!! DO NOT CHANGE THIS !!!