.
This commit is contained in:
parent
2d1d182002
commit
9da5eae798
2 changed files with 5 additions and 5 deletions
|
@ -105,15 +105,13 @@
|
||||||
(list "video" "input"))
|
(list "video" "input"))
|
||||||
(terminals
|
(terminals
|
||||||
(list
|
(list
|
||||||
#;(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
|
|
||||||
(sway (specification->package "swayfx")))))
|
|
||||||
(greetd-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "8"))))))
|
(terminal-vt "8"))))))
|
||||||
(service fprintd-service-type)
|
(service fprintd-service-type)
|
||||||
|
|
|
@ -85,7 +85,9 @@
|
||||||
"./.bash_profile"
|
"./.bash_profile"
|
||||||
"bash_profile")))))
|
"bash_profile")))))
|
||||||
(service home-dicod-service-type)
|
(service home-dicod-service-type)
|
||||||
(service home-batsignal-service-type)
|
(service home-batsignal-service-type
|
||||||
|
(home-batsignal-configuration
|
||||||
|
(ignore-missing? #t)))
|
||||||
(service home-mcron-service-type
|
(service home-mcron-service-type
|
||||||
(home-mcron-configuration
|
(home-mcron-configuration
|
||||||
(jobs
|
(jobs
|
||||||
|
|
Loading…
Reference in a new issue