about summary refs log tree commit diff
path: root/pkgs/pkgs_titan.nix
blob: 5cc329e70461e8212bfca8bb1bf3b80f26b67c5c (plain) (blame)
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
29
30
31
32
33
34
35
{ config, pkgs, lib, ... }:

{
  imports = [ ./pkgs_common.nix ];

  nixpkgs.config.mpv = {
    vaapiSupport = true;
  };

  environment.systemPackages = with pkgs; [
    ipmitool
    ipmiutil
    ipmiview
    aircrackng
    pythonPackages.alot
    connmanui
    cura
    horst
    kismet
    minicom
    msmtp
    mutt
    networkmanagerapplet
    notmuch
    offlineimap
    pamixer
    pmtools
    pmutils
    reaverwps
    snort
    wavemon
    xbindkeys
    xorg.xbacklight
  ];
}