From 98298fb8e3b7100400e0ee6d4448bbe1958bc800 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 6 May 2026 21:13:05 +0530 Subject: [PATCH] refactor: packages --- modules/hm/shell/misc.nix | 11 ++++++++++- modules/hm/shell/neovim.nix | 2 ++ modules/hosts/sirius/config.nix | 2 -- 3 files changed, 12 insertions(+), 3 deletions(-) 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 !!!