diff options
author | Minijackson <minijackson@riseup.net> | 2024-04-21 09:11:26 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-04-21 09:11:26 +0200 |
commit | acffe0f498d4ca9c24611dffb521163c2a054577 (patch) | |
tree | 423483ebae7d80ad19e3c66b3a35ec72acc8a65e /common | |
parent | 1d34ab09f5f742ae042169ee4ac0778ecf5bfe52 (diff) | |
download | nixos-config-reborn-acffe0f498d4ca9c24611dffb521163c2a054577.tar.gz nixos-config-reborn-acffe0f498d4ca9c24611dffb521163c2a054577.zip |
common/commandline: move commandline tools here
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline.nix | 29 |
1 files changed, 29 insertions, 0 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 { | |||
18 | (import ./commandline/zsh.nix inputs) | 18 | (import ./commandline/zsh.nix inputs) |
19 | ]; | 19 | ]; |
20 | 20 | ||
21 | environment.systemPackages = with pkgs; [ | ||
22 | dnsutils | ||
23 | dogdns | ||
24 | elinks | ||
25 | fd | ||
26 | file | ||
27 | gnupg | ||
28 | hddtemp | ||
29 | jq | ||
30 | lm_sensors | ||
31 | lsof | ||
32 | moreutils | ||
33 | ncdu | ||
34 | nethogs | ||
35 | nix-prefetch-scripts | ||
36 | unstable.alejandra | ||
37 | progress | ||
38 | psmisc | ||
39 | ripgrep | ||
40 | shellcheck | ||
41 | shfmt | ||
42 | smartmontools | ||
43 | tmux | ||
44 | tree | ||
45 | vim | ||
46 | wget | ||
47 | wipe | ||
48 | ]; | ||
49 | |||
21 | console = { | 50 | console = { |
22 | # packages = with pkgs; [terminus_font]; | 51 | # packages = with pkgs; [terminus_font]; |
23 | # font = "ter-d22n"; | 52 | # font = "ter-d22n"; |