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 --- configuration.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index b686116..0b067eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,35 +3,6 @@ inputs: {pkgs, ...}: { (import ./common/default.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 - ]; - home-manager = { useGlobalPkgs = true; useUserPackages = true; -- cgit v1.2.3