diff --git a/config.org b/config.org index 6bcc635..78a5be5 100644 --- a/config.org +++ b/config.org @@ -233,7 +233,6 @@ These services are unmodified, or have just few settings. | fprintd | () | | plasma-desktop | () | | sddm | () | -| seatd | () | #+NAME: root-simple-service-block #+begin_src scheme :noweb yes :exports none :results output @@ -302,7 +301,6 @@ These services are unmodified, or have just few settings. (delete login-service-type) (delete mingetty-service-type) (delete console-font-service-type) - (delete elogind-service-type) (delete pulseaudio-service-type) (guix-service-type config => (guix-configuration (inherit config) diff --git a/config.scm b/config.scm index adc78b5..440167d 100644 --- a/config.scm +++ b/config.scm @@ -117,7 +117,6 @@ (delete login-service-type) (delete mingetty-service-type) (delete console-font-service-type) - (delete elogind-service-type) (delete pulseaudio-service-type) (guix-service-type config => (guix-configuration (inherit config) @@ -158,10 +157,7 @@ (service plasma-desktop-service-type (plasma-desktop-configuration)) - (service sddm-service-type (sddm-configuration)) - (service - seatd-service-type - (seatd-configuration))) + (service sddm-service-type (sddm-configuration))) (list polkit-wheel-service) (list diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 99ba0ae..7c74524 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -208,9 +208,7 @@ "pass-otp" "pavucontrol" "pinentry-qt" - "plasma-desktop" "pv" - "qtwayland@5.15.10" "rsync" "rust" "rust-cargo"