aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/misc.nix
blob: 60565a9f5b40165a5538b28b320571e7051069d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    ansible
    bpftools
    dict
    encfs
    enscript
    expect
    fio
    fortune
    ghostscript
    imagemagick
    inxi
    iotop
    ipcalc
    iperf
    jq
    mutt
    poppler_utils
    powertop
    qrencode
    radeontop
    speedtest-cli
    sshfs
    weechat
  ];
}