about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-02-26 03:26:52 +0100
committerProfpatsch <mail@profpatsch.de>2016-02-26 03:26:52 +0100
commit27014ac155c36d123d911924927178f1cbb4e220 (patch)
treeb054ba11d535572ed9e00eafda3db1a03eeadd20 /machines
parent1744335c272d0f1796fafe0864b0f637219c95ca (diff)
machines/katara: some packages
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 1d60b345..04fca550 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -73,7 +73,7 @@ in {
         dos2unix          # text file conversion
         fdupes            # file duplicate finder
         file              # file information
-        gnupg             # PGP encryption
+        gnupg gnupg1compat # PGP encryption
         htop              # top replacement
         imagemagick       # image conversion
         jmtpfs            # MTP fuse
@@ -84,6 +84,8 @@ in {
         stow              # dotfile management
         tmux              # detachable terminal multiplexer
         traceroute        # trace ip routes
+        # TODO move into atool deps
+        unzip             # extract zip archives
         vim               # slight improvement over vi
         wget              # the other URL file fetcher
       ];
@@ -103,6 +105,7 @@ in {
         # TODO: get themes to work. See notes.org.
         gnome3.gnome_themes_standard
         # kde4.oxygen-icons TODO
+        pavucontrol
       ];
       programmingTools = [
         git               # version control system
@@ -146,6 +149,7 @@ in {
         mutt-with-sidebar  # has been sucking less since 1970
         msmtp              # SMTP client
         notmuch            # mail indexer
+        pythonPackages.alot # the next cool thing!
       ];
       nixPkgs = [
         nix-repl                  # nix REPL