refactor: packages

This commit is contained in:
tux
2026-05-06 21:13:05 +05:30
parent ffeb02cb84
commit 98298fb8e3
3 changed files with 12 additions and 3 deletions

View File

@@ -2,6 +2,15 @@
flake.modules.homeManager.shell = flake.modules.homeManager.shell =
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ unzip ]; home.packages = with pkgs; [
systemctl-tui
zip
unzip
pciutils
usbutils
jq
dig
lsof
];
}; };
} }

View File

@@ -21,6 +21,8 @@
packages = with pkgs; [ packages = with pkgs; [
python3 python3
nodejs nodejs
bun
pnpm
go go
rustup rustup
typescript typescript

View File

@@ -103,10 +103,8 @@
# --- Packages --- # --- Packages ---
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
discord discord
pciutils
brave brave
zed-editor zed-editor
usbutils
]; ];
# !!! DO NOT CHANGE THIS !!! # !!! DO NOT CHANGE THIS !!!