Files
nix-config/modules/hm/shell/misc.nix
2026-09-11 01:59:55 +05:30

16 lines
213 B
Nix

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