aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index d9aa706..87079fa 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -36,23 +36,6 @@
programs.fish.enable = true;
security.sudo.wheelNeedsPassword = false;
- environment.systemPackages = with pkgs; [
- curl
- fd
- fish
- git
- htop
- jq
- mtr
- pciutils
- powertop
- ripgrep
- tcpdump
- traceroute
- vim
- wireguard-tools
- ];
-
## disable that slow "building man-cache" step
documentation.man.generateCaches = lib.mkForce false;
}