Files
nix-config/modules/hm/shell/misc.nix

18 lines
247 B
Nix

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