Restructured nixos home-manager config
This commit is contained in:
13
home/modules/networking.nix
Normal file
13
home/modules/networking.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# Network tools
|
||||
dig
|
||||
iftop
|
||||
iperf
|
||||
tcpdump
|
||||
ethtool
|
||||
traceroute
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user