From 7dffb1cd694a03b849d0bab5fdad50436364d4c0 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 29 Mar 2024 00:00:29 +0100 Subject: [PATCH] . --- config.org | 2 +- config.scm | 4 +++- home/home-configuration.scm | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 694801a..331a434 100644 --- a/config.org +++ b/config.org @@ -235,7 +235,7 @@ These services are unmodified, or have just few settings. | fstrim | () | | fprintd | () | | seatd | () | -| sddm | () | +| sddm | ((display-server "wayland")) | #+NAME: root-simple-service-block #+begin_src scheme :noweb yes :exports none :results output diff --git a/config.scm b/config.scm index 82d7262..bb95151 100644 --- a/config.scm +++ b/config.scm @@ -159,7 +159,9 @@ (service seatd-service-type (seatd-configuration)) - (service sddm-service-type (sddm-configuration))) + (service + sddm-service-type + (sddm-configuration (display-server "wayland")))) (list polkit-wheel-service) (list diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 64cb61c..d90fb3b 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -161,7 +161,6 @@ "guile" "glibc-locales" "hstr" - "hyprland" "icecat" "icedove-wayland" "kitty"