.
This commit is contained in:
parent
5ab091b0e2
commit
077b989d83
1 changed files with 6 additions and 6 deletions
12
config.scm
12
config.scm
|
@ -84,9 +84,9 @@
|
|||
(append
|
||||
(modify-services
|
||||
%desktop-services
|
||||
#;(delete login-service-type)
|
||||
#;(delete mingetty-service-type)
|
||||
#;(delete console-font-service-type))
|
||||
(delete login-service-type)
|
||||
(delete mingetty-service-type)
|
||||
(delete console-font-service-type))
|
||||
(list
|
||||
(service tlp-service-type)
|
||||
(service thermald-service-type
|
||||
|
@ -99,7 +99,7 @@
|
|||
(earlyoom-configuration
|
||||
(minimum-available-memory 5)
|
||||
(minimum-free-swap 5)))
|
||||
#;(service greetd-service-type
|
||||
(service greetd-service-type
|
||||
(greetd-configuration
|
||||
(greeter-supplementary-groups
|
||||
(list "video" "input"))
|
||||
|
@ -117,11 +117,11 @@
|
|||
(terminal-vt "5"))
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "6"))
|
||||
(greetd-terminal-configuration
|
||||
#;(greetd-terminal-configuration
|
||||
(terminal-vt "7")
|
||||
(terminal-switch #t)
|
||||
(default-session-command
|
||||
#;(greetd-wlgreet-session
|
||||
(greetd-wlgreet-session
|
||||
(command
|
||||
(file-append swayfx "/bin/sway")))
|
||||
(greetd-wlgreet-sway-session
|
||||
|
|
Loading…
Reference in a new issue