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