about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles/workstation/packages.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-02 03:10:00 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-02 03:10:00 +0200
commitf23304e0f525ad1f09aeae6c0ecc9fde56eaf111 (patch)
tree68d062c0dffcd24e9dff464e35202332588efbb2 /modules/user/aszlig/profiles/workstation/packages.nix
parent3e15d15a7710e1d34ef0d8105afe4c8732b80cc2 (diff)
madules/programs: Remove xpdf module
Since version 4.0 of xpdf, the UI has vastly changed and the
configuration setting I'm using in this module no longer is necessary
for me. So let's drop the module altogether until I'm getting used to
the new xpdf and find new things I don't like :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user/aszlig/profiles/workstation/packages.nix')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index b72cc72e..4e4f2e8e 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -72,6 +72,7 @@ pkgs: with pkgs; [
   w3m
   wireshark
   xorg.xhost
+  xpdf
   youtubeDL
   zathura
 ]