about summary refs log tree commit diff
path: root/machines/devhell/titan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/titan.nix')
-rw-r--r--machines/devhell/titan.nix45
1 files changed, 45 insertions, 0 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 23b967d2..83a365c8 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -156,4 +156,49 @@
       ''}"
     '';
   };
+
+  #### Machine-specific packages configuration ####
+
+  vuizvui.user.devhell.profiles.packages.enable = true;
+
+  nixpkgs.config.mpv.vaapiSupport = true;
+
+  environment.systemPackages = with pkgs; [
+    #cura
+    #openjdk8
+    #skype
+    aircrackng
+    calibre
+    cdrtools
+    claws-mail
+    connmanui
+    dvdplusrwtools
+    glxinfo
+    horst
+    ipmitool
+    ipmiutil
+    ipmiview
+    kismet
+    libva
+    libvdpau-va-gl
+    minicom
+    msmtp
+    mutt
+    networkmanagerapplet
+    notmuch
+    offlineimap
+    pamixer
+    pmtools
+    pmutils
+    pythonPackages.alot
+    reaverwps
+    snort
+    thunderbird
+    vaapiVdpau
+    vdpauinfo
+    wavemon
+    wirelesstools
+    xbindkeys
+    xorg.xbacklight
+  ];
 }