about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-05-21 05:00:02 +0200
committeraszlig <aszlig@nix.build>2020-05-21 05:06:21 +0200
commitfc8ef6d22fa4cfea661a094b88d4315e00673cba (patch)
treecc48712e25d351f2e5579c7a5c373609a6862e95 /modules
parente71d8d665a7450369096712de3d606c8ac6268ff (diff)
pkgs/aszlig/xournal: Switch to xournal++
The patch I added to xournal was for keeping the aspect ratio when
annotating PDFs with images. However, looking at xournal++ the aspect
ratio is kept by default when resizing via corners so the patch is not
needed.

Since I don't really care a lot whether it's xournal or xournal++ and as
long as it does the very little things I intend to use it for, I don't
mind if it has too many features for my taste.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/lazy-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/lazy-packages.nix b/modules/user/aszlig/profiles/workstation/lazy-packages.nix
index 06b6d3f4..cbb8ff01 100644
--- a/modules/user/aszlig/profiles/workstation/lazy-packages.nix
+++ b/modules/user/aszlig/profiles/workstation/lazy-packages.nix
@@ -21,5 +21,5 @@ pkgs: with pkgs; [
   rtmpdump
   rtorrent
   uqm
-  vuizvui.aszlig.xournal
+  xournalpp
 ]