From acffe0f498d4ca9c24611dffb521163c2a054577 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 21 Apr 2024 09:11:26 +0200 Subject: common/commandline: move commandline tools here --- common/commandline.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'common') diff --git a/common/commandline.nix b/common/commandline.nix index 4288ded..00ceb15 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -18,6 +18,35 @@ in { (import ./commandline/zsh.nix inputs) ]; + environment.systemPackages = with pkgs; [ + dnsutils + dogdns + elinks + fd + file + gnupg + hddtemp + jq + lm_sensors + lsof + moreutils + ncdu + nethogs + nix-prefetch-scripts + unstable.alejandra + progress + psmisc + ripgrep + shellcheck + shfmt + smartmontools + tmux + tree + vim + wget + wipe + ]; + console = { # packages = with pkgs; [terminus_font]; # font = "ter-d22n"; -- cgit v1.2.3