about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-04 08:09:18 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-04 08:10:36 +0200
commit74d8903ea369c2e6d9a1a3d8f158f7aeadb6dff5 (patch)
treead326616794356906df0cb9b011ad70916ec4d51
parenta65b325f3f0268c2c98bee19b91104eff7f65093 (diff)
profiles/workstation: Add xournal to lazy-packages
I'm not going to use this a lot, so let's not clutter up the closure
size with it, even though the package is actually quite small.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--modules/user/aszlig/profiles/workstation/lazy-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/lazy-packages.nix b/modules/user/aszlig/profiles/workstation/lazy-packages.nix
index 17fbcf09..5dd48141 100644
--- a/modules/user/aszlig/profiles/workstation/lazy-packages.nix
+++ b/modules/user/aszlig/profiles/workstation/lazy-packages.nix
@@ -25,4 +25,5 @@ pkgs: with pkgs; [
   rtmpdump
   rtorrent
   uqm
+  vuizvui.aszlig.xournal
 ]