.
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 | () |
|
| fstrim | () |
|
||||||
| fprintd | () |
|
| fprintd | () |
|
||||||
| seatd | () |
|
| seatd | () |
|
||||||
| sddm | () |
|
| sddm | ((display-server "wayland")) |
|
||||||
|
|
||||||
#+NAME: root-simple-service-block
|
#+NAME: root-simple-service-block
|
||||||
#+begin_src scheme :noweb yes :exports none :results output
|
#+begin_src scheme :noweb yes :exports none :results output
|
||||||
|
|
|
@ -159,7 +159,9 @@
|
||||||
(service
|
(service
|
||||||
seatd-service-type
|
seatd-service-type
|
||||||
(seatd-configuration))
|
(seatd-configuration))
|
||||||
(service sddm-service-type (sddm-configuration)))
|
(service
|
||||||
|
sddm-service-type
|
||||||
|
(sddm-configuration (display-server "wayland"))))
|
||||||
|
|
||||||
(list polkit-wheel-service)
|
(list polkit-wheel-service)
|
||||||
(list
|
(list
|
||||||
|
|
|
@ -161,7 +161,6 @@
|
||||||
"guile"
|
"guile"
|
||||||
"glibc-locales"
|
"glibc-locales"
|
||||||
"hstr"
|
"hstr"
|
||||||
"hyprland"
|
|
||||||
"icecat"
|
"icecat"
|
||||||
"icedove-wayland"
|
"icedove-wayland"
|
||||||
"kitty"
|
"kitty"
|
||||||
|
|
Loading…
Reference in a new issue