diff options
author | Franz Geffke <franz@pantherx.org> | 2023-08-30 16:36:17 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-08-30 16:36:17 +0100 |
commit | 506fdacb7b21953aa6e7a605b95db27711858046 (patch) | |
tree | e6dc2aba6a7e0143847ef3ad8182846f0d06216c /px | |
parent | 51956592169ca4d7b4dc0e2ddb05da69a6cf786d (diff) |
fix syncthing module import; move kleopatra to qt-apps
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/desktop.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index b873cf5..5b71680 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -50,6 +50,7 @@ #:use-module (gnu packages xfce) #:use-module (gnu packages xorg) #:use-module (gnu packages pdf) + #:use-module (gnu packages syncthing) #:use-module (gnu packages xdisorg) ;; copyq #:use-module (nongnu packages compression) #:use-module (nongnu packages mozilla) @@ -217,7 +218,7 @@ ;; Desktop Configuration ;; -;; This goes straight into px/services/desktop +;; This goes straight into px/services/desktop (only LXQt) (define-public px-desktop-defaults (package (name "px-desktop-defaults") @@ -327,10 +328,6 @@ gvfs print-manager - ;; PGP - ;; Does not work on Gnome wayland - kleopatra - ;; U2F pam-u2f libu2f-host @@ -362,7 +359,10 @@ ;; Excludes syncthingtray ;; Does not work on Gnome wayland px-user-services-gtk - syncthing-gtk)) + syncthing-gtk + + ;; PGP + seahorse)) (define %qt-desktop-applications (list @@ -396,6 +396,9 @@ pinentry-qt lxmenu-data + ;; PGP + kleopatra + ;; Clipboard manager copyq |