about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-01-25 18:26:46 +0000
committerdevhell <devhell@mailfresser.de>2018-01-25 18:26:46 +0000
commitf272a74502ae18de255498b77ea7cba5ad1600fa (patch)
treebbf77a5732295496cf5cc8bb9c7918c9c3380bf8 /modules
parent6e8a9eddc3b1255b83daebc24f946926a2edd4a0 (diff)
profiles/packages: Add parallel vers of compression algos
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/packages.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix
index b2f03f9d..b88b4a90 100644
--- a/modules/user/devhell/profiles/packages.nix
+++ b/modules/user/devhell/profiles/packages.nix
@@ -126,7 +126,6 @@ in {
       cipherscan
       cmatrix
       colordiff
-#compton
       conky
       cryptsetup
       ctodo
@@ -235,7 +234,9 @@ in {
       pandoc
       paperkey
       pass
+      pbzip2
       pciutils
+      pigz
       polybar
       posix_man_pages
       powertop
@@ -244,6 +245,7 @@ in {
       profile-sync-daemon
       pulsemixer
       pv
+      pxz
       python
       python2
       python3
@@ -321,6 +323,7 @@ in {
       zip
       zotero
       zsync
+#compton
     ];
   };
 }