diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-20 08:24:37 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-20 08:24:37 -0500 |
commit | 9462c06012adf0b330e7011d7e8fd55ed6bf8488 (patch) | |
tree | 45482d43ff7f1368bca3932031ee6f48eee5ae4d | |
parent | 2104ee4c5c58d41daba16dd9d95d818cd58f732b (diff) |
laptop-manifest: Add libreoffice and xournal.
-rw-r--r-- | laptop-manifest.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index 78fe499..b8edf04 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -25,8 +25,8 @@ (use-modules (guix git-download) (guix packages) (nongnu packages mozilla)) -(use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile - racket version-control ssh tor) +(use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile libreoffice + pdf racket version-control ssh tor) (packages->manifest (list emacs @@ -57,7 +57,9 @@ gnome-tweaks gnupg guile-3.0 + libreoffice openssh pinentry racket - tor)) + tor + xournal)) |