diff options
Diffstat (limited to 'common/commandline.nix')
-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"; |