.
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"))
|
||||
(terminals
|
||||
(list
|
||||
#;(greetd-terminal-configuration
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "7")
|
||||
(terminal-switch #t)
|
||||
(default-session-command
|
||||
(greetd-wlgreet-session
|
||||
(command
|
||||
(file-append swayfx "/bin/sway")))
|
||||
#;(greetd-wlgreet-sway-session
|
||||
(sway (specification->package "swayfx")))))
|
||||
(file-append swayfx "/bin/sway")))))
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "8"))))))
|
||||
(service fprintd-service-type)
|
||||
|
|
|
@ -85,7 +85,9 @@
|
|||
"./.bash_profile"
|
||||
"bash_profile")))))
|
||||
(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
|
||||
(home-mcron-configuration
|
||||
(jobs
|
||||
|
|
Loading…
Reference in a new issue