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 +++++++++++++++++++++++++++++ configuration.nix | 29 ----------------------------- usecases/desktop/graphical.nix | 1 - 3 files changed, 29 insertions(+), 30 deletions(-) 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"; 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; diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix index d4b16a1..c9a1973 100644 --- a/usecases/desktop/graphical.nix +++ b/usecases/desktop/graphical.nix @@ -23,7 +23,6 @@ inputs: { gnome3.gnome-disk-utility gnome3.gucharmap gnome3.nautilus - jq qutebrowser xdg-utils xsel -- cgit v1.2.3