aboutsummaryrefslogtreecommitdiff
path: root/profiles/core/tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core/tools.nix')
-rw-r--r--profiles/core/tools.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/profiles/core/tools.nix b/profiles/core/tools.nix
deleted file mode 100644
index 74f90cc..0000000
--- a/profiles/core/tools.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ pkgs, ... }:
-{
- environment.systemPackages = with pkgs; [
- curl
- dysk
- fd
- fish
- git
- htop
- jq
- mtr
- pciutils
- powertop
- ripgrep
- tcpdump
- traceroute
- vim
- wireguard-tools
- ];
-}