Files
nix-flake/home/common/packages.nix
2026-01-28 11:41:51 +03:00

23 lines
212 B
Nix

{ pkgs, ... } : {
home.packages = with pkgs; [
# region Tools
git
gh
screen
mc
btop
wget
traceroute
dnsutils
atool
zip
unzip
p7zip
# endregion
];
}