diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-10 15:01:28 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-10 15:02:29 -0500 |
commit | 76ed6723bd85d035165be7d8dbfbac1d34e9d1c4 (patch) | |
tree | c709960d28a8a74c8ce6030a5b93792f9baebadb | |
parent | 40d2811a3c054ec7afaa62db6a88213fa62f2c94 (diff) |
laptop-manifest: Add git-annex, keepassxc, and strace.
-rw-r--r-- | laptop-manifest.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index b8edf04..5a17601 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -25,8 +25,9 @@ (use-modules (guix git-download) (guix packages) (nongnu packages mozilla)) -(use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile libreoffice - pdf racket version-control ssh tor) +(use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile haskell-apps + libreoffice linux password-utils pdf racket version-control + ssh tor) (packages->manifest (list emacs @@ -54,12 +55,15 @@ gimp git (list git "send-email") + git-annex gnome-tweaks gnupg guile-3.0 + keepassxc libreoffice openssh pinentry racket + strace tor xournal)) |