summaryrefslogtreecommitdiff
path: root/px/services/desktop.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-12-24 10:24:01 +0000
committerFranz Geffke <franz@pantherx.org>2023-12-24 10:24:01 +0000
commitf557e87eff8a142aac171d1067b3d7a83c8c32e7 (patch)
tree341ea1bd13552102a1a51f75fcd174d9cd1be48e /px/services/desktop.scm
parentef6029ff98e87e6a81093f0783f6d2fdb44723a4 (diff)
desktop: drop custom lxqt
Diffstat (limited to 'px/services/desktop.scm')
-rw-r--r--px/services/desktop.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/px/services/desktop.scm b/px/services/desktop.scm
index cc8f9b6..a97cfb0 100644
--- a/px/services/desktop.scm
+++ b/px/services/desktop.scm
@@ -38,7 +38,6 @@
#:use-module (ice-9 match)
#:export (px-desktop-configuration
px-desktop-configuration?
- px-desktop-service-type
polkit-network-manager-service
polkit-elogind-service
@@ -48,37 +47,6 @@
%px-desktop-services-base))
;;
-;; PantherX desktop service type
-;;
-
-(define-record-type* <px-desktop-configuration> px-desktop-configuration
- make-px-desktop-configuration
- px-desktop-configuration?
- (lxqt px-config-package
- (default lxqt-modified))
- (default-packages px-config-default-packages
- (default (list px-desktop-defaults))))
-
-(define (px-desktop-polkit-settings config)
- "Return the list of LXQt dependencies that provide polkit actions and
-rules."
- (list lxqt-admin))
-
-(define px-desktop-profile-packages
- (lambda (config)
- (append (list (px-config-package config))
- (px-config-default-packages config))))
-
-(define px-desktop-service-type
- (service-type (name 'px-desktop)
- (extensions (list (service-extension polkit-service-type
- px-desktop-polkit-settings)
- (service-extension profile-service-type
- px-desktop-profile-packages)))
- (default-value (px-desktop-configuration))
- (description "Run LXQt desktop environment on PantherX.")))
-
-;;
;; allow netdev group to control network manger
;;