diff options
author | Franz Geffke <franz@pantherx.org> | 2023-08-24 12:19:02 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-08-24 12:19:02 +0100 |
commit | 6ecf59da5c25269704a7154486904268beab78a4 (patch) | |
tree | dbda51c6a3057baffa894e2a0c8e27a746d504f7 /px/packages/desktop.scm | |
parent | 91c90acee2e8d1c57d1146f1256c5b022a73658f (diff) |
desktop: add kleopatra as default
Diffstat (limited to 'px/packages/desktop.scm')
-rw-r--r-- | px/packages/desktop.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index 4fe3e09..a907126 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -31,6 +31,7 @@ #:use-module (gnu packages gnupg) #:use-module (gnu packages image) #:use-module (gnu packages jami) + #:use-module (gnu packages kde-pim) #:use-module (gnu packages kde-frameworks) #:use-module (gnu packages kde-plasma) #:use-module (gnu packages kde-utils) @@ -338,6 +339,8 @@ print-manager ;; CLipboard manager copyq + ;; PGP + kleopatra ;; U2F pam-u2f |