Skip to content

Commit

Permalink
!! Keep only plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
phodina committed Oct 6, 2022
1 parent 80b1974 commit a4d2365
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gnu/system/examples/desktop.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; for a "desktop" setup with GNOME and Xfce where the
;; root partition is encrypted with LUKS, and a swap file.

(use-modules (gnu) (gnu system nss) (guix utils))
(use-modules (gnu) (gnu system nss) (guix utils) (srfi srfi-1))
(use-service-modules desktop sddm xorg)
(use-package-modules certs gnome)

Expand Down Expand Up @@ -75,13 +75,12 @@
;; include the X11 log-in service, networking with
;; NetworkManager, and more.
(services (if (target-x86-64?)
(append (list (service gnome-desktop-service-type)
(append (list
(service plasma-desktop-service-type)
(service xfce-desktop-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout))))
%desktop-services)
(service sddm-service-type))
(remove (lambda (service)
(eq? (service-kind service) gdm-service-type))
%desktop-services))

;; FIXME: Since GDM depends on Rust (gdm -> gnome-shell -> gjs
;; -> mozjs -> rust) and Rust is currently unavailable on
Expand Down

0 comments on commit a4d2365

Please sign in to comment.