summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2025-10-20 21:32:58 +0200
committerLudovic Courtès <ludo@gnu.org>2025-11-03 17:18:39 +0100
commit1f024990dd3afcadfcb441fe8305c6ffcfaa7c84 (patch)
tree4ced178ef24ef73bdb20595602d5f27f3633cab3 /gnu/installer
parent02d3a5a1fb7275a5f313e1c55e6ae1d297bab50c (diff)
installer: Add KDE Plasma desktop environment.
* gnu/installer/services.scm (%system-services): Add KDE Plasma environment. * gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add plasma-desktop-service-type to operating-system services. (%test-gui-inst)led-desktop-os-encrypted): Extend side for Plasma. Change-Id: Iaf55bb85f40865ee5b79abef23a98a3e04a1e244 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/services.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index d40d2b5ad81..fe5d7998dda 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -82,6 +82,9 @@
(name "MATE")
(snippet '((service mate-desktop-service-type))))
(desktop-environment
+ (name "KDE Plasma")
+ (snippet '((service plasma-desktop-service-type))))
+ (desktop-environment
(name "Icewm")
(packages '((specification->package "icewm"))))
(desktop-environment