summaryrefslogtreecommitdiff
path: root/home/networking-utils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/networking-utils/default.nix')
-rw-r--r--home/networking-utils/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/networking-utils/default.nix b/home/networking-utils/default.nix
deleted file mode 100644
index 70802a9..0000000
--- a/home/networking-utils/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-# This module adds some networking utilities to my home managed environment.
-{pkgs, ...}: {
- home.packages = with pkgs;
- [
- nmap
- inetutils
- socat
- ]
- ++ lib.optional (!pkgs.stdenv.isDarwin) netcat;
-}