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 =
{ pkgs, ... }:
{
home.packages = with pkgs; [ unzip ];
home.packages = with pkgs; [
systemctl-tui
zip
unzip
pciutils
usbutils
jq
dig
lsof
];
};
}