.
This commit is contained in:
parent
6d6c585583
commit
7dffb1cd69
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -161,7 +161,6 @@
|
|||
"guile"
|
||||
"glibc-locales"
|
||||
"hstr"
|
||||
"hyprland"
|
||||
"icecat"
|
||||
"icedove-wayland"
|
||||
"kitty"
|
||||
|
|
Loading…
Reference in a new issue