From 506fdacb7b21953aa6e7a605b95db27711858046 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Wed, 30 Aug 2023 16:36:17 +0100 Subject: fix syncthing module import; move kleopatra to qt-apps --- px/packages/desktop.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'px') 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 -- cgit v1.2.3