]> Skullheadx's Git Forge - nixos.git/commitdiff
add networking tools
authorSkullheadx <admonty1@protonmail.com>
Sun, 24 May 2026 03:30:59 +0000 (23:30 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 24 May 2026 03:30:59 +0000 (23:30 -0400)
hosts/nepsis/configuration.nix

index 7fe2b9567211827e97b9e22e7f329db51ad1c5c1..8404fe65bfad42a36dcf97ac3e6b11dc9b446516 100644 (file)
@@ -3,8 +3,7 @@
   pkgs,
   inputs,
   ...
-}:
-{
+}: {
   imports = [
     ./hardware-configuration.nix
     ./../../lockscreen.nix
@@ -45,6 +44,9 @@
     terminus_font
     terminus_font_ttf
     yt-dlp
+    wireguard-tools
+    nethogs
+    iftop
   ];
 
   programs.git = {