.
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
|
(append
|
||||||
(modify-services
|
(modify-services
|
||||||
%desktop-services
|
%desktop-services
|
||||||
#;(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))
|
||||||
(list
|
(list
|
||||||
(service tlp-service-type)
|
(service tlp-service-type)
|
||||||
(service thermald-service-type
|
(service thermald-service-type
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
(earlyoom-configuration
|
(earlyoom-configuration
|
||||||
(minimum-available-memory 5)
|
(minimum-available-memory 5)
|
||||||
(minimum-free-swap 5)))
|
(minimum-free-swap 5)))
|
||||||
#;(service greetd-service-type
|
(service greetd-service-type
|
||||||
(greetd-configuration
|
(greetd-configuration
|
||||||
(greeter-supplementary-groups
|
(greeter-supplementary-groups
|
||||||
(list "video" "input"))
|
(list "video" "input"))
|
||||||
|
@ -117,11 +117,11 @@
|
||||||
(terminal-vt "5"))
|
(terminal-vt "5"))
|
||||||
(greetd-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "6"))
|
(terminal-vt "6"))
|
||||||
(greetd-terminal-configuration
|
#;(greetd-terminal-configuration
|
||||||
(terminal-vt "7")
|
(terminal-vt "7")
|
||||||
(terminal-switch #t)
|
(terminal-switch #t)
|
||||||
(default-session-command
|
(default-session-command
|
||||||
#;(greetd-wlgreet-session
|
(greetd-wlgreet-session
|
||||||
(command
|
(command
|
||||||
(file-append swayfx "/bin/sway")))
|
(file-append swayfx "/bin/sway")))
|
||||||
(greetd-wlgreet-sway-session
|
(greetd-wlgreet-sway-session
|
||||||
|
|
Loading…
Reference in a new issue