.
This commit is contained in:
parent
26fa4acb2d
commit
3dc4415247
1 changed files with 4 additions and 5 deletions
|
@ -84,7 +84,7 @@
|
|||
(append
|
||||
(modify-services
|
||||
%desktop-services
|
||||
(delete login-service-type)
|
||||
#;(delete login-service-type)
|
||||
(delete mingetty-service-type)
|
||||
(delete console-font-service-type))
|
||||
(list
|
||||
|
@ -106,7 +106,6 @@
|
|||
(terminals
|
||||
(list
|
||||
(greetd-terminal-configuration
|
||||
(terminal-switch #t)
|
||||
(terminal-vt "1"))
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "2"))
|
||||
|
@ -118,14 +117,14 @@
|
|||
(terminal-vt "5"))
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "6"))
|
||||
#;(greetd-terminal-configuration
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "7")
|
||||
(terminal-switch #t)
|
||||
(default-session-command
|
||||
#;(default-session-command
|
||||
(greetd-wlgreet-session
|
||||
(command
|
||||
(file-append swayfx "/bin/sway")))
|
||||
#;(greetd-wlgreet-sway-session
|
||||
(greetd-wlgreet-sway-session
|
||||
(sway (specification->package "swayfx")))))))))
|
||||
(service fprintd-service-type)
|
||||
(service screen-locker-service-type
|
||||
|
|
Loading…
Reference in a new issue