nixfiles/home/dev/network.nix

13 lines
135 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2021-12-26 14:21:54 +00:00
home.packages = with pkgs; [
curl
wget
dig
whois
dnsutils
rsync
openssh
mosh
];
}