.
This commit is contained in:
parent
03c6561f9d
commit
cc84af3674
2 changed files with 50 additions and 48 deletions
|
@ -118,10 +118,11 @@ As a sibling to the former, the variable ~%local-swap~ does the same with the sw
|
||||||
(delete login-service-type)
|
(delete login-service-type)
|
||||||
(delete mingetty-service-type)
|
(delete mingetty-service-type)
|
||||||
(delete console-font-service-type))
|
(delete console-font-service-type))
|
||||||
|
(concat
|
||||||
<<root-simple-service-block>>
|
<<root-simple-service-block>>
|
||||||
<<greeter-service>>
|
<<greeter-service>>
|
||||||
<<screen-lock-service>>
|
<<screen-lock-service>>
|
||||||
))
|
)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Simple Services
|
*** Simple Services
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
(delete login-service-type)
|
(delete login-service-type)
|
||||||
(delete mingetty-service-type)
|
(delete mingetty-service-type)
|
||||||
(delete console-font-service-type))
|
(delete console-font-service-type))
|
||||||
|
(concat
|
||||||
(list
|
(list
|
||||||
(tlp-service-type
|
(tlp-service-type
|
||||||
(tlp-configuration))
|
(tlp-configuration))
|
||||||
|
@ -114,5 +115,5 @@
|
||||||
(program
|
(program
|
||||||
(file-append swaylock-effects "/bin/swaylock"))
|
(file-append swaylock-effects "/bin/swaylock"))
|
||||||
(using-setuid? #f)))
|
(using-setuid? #f)))
|
||||||
))
|
)))
|
||||||
(name-service-switch %mdns-host-lookup-nss))
|
(name-service-switch %mdns-host-lookup-nss))
|
||||||
|
|
Loading…
Reference in a new issue