buersako
Luis Guilherme Coelho 2024-11-04 11:19:30 -03:00
parent 9c1de75fce
commit 507e4ecdc5
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -171,12 +171,12 @@
(service seatd-service-type) (service seatd-service-type)
(service greetd-service-type (service greetd-service-type
(greetd-configuration (greetd-configuration
(greeter-supplementary-groups `("seat" "video")) (greeter-supplementary-groups `("seat"))
(terminals (terminals
(map (lambda (x) (map (lambda (x)
(greetd-terminal-configuration (greetd-terminal-configuration
(terminal-vt (number->string x)) (terminal-vt (number->string x))
(terminal-switch #t) (terminal-switch (= x 1))
(default-session-command (default-session-command
(greetd-agreety-session (greetd-agreety-session
(command #~(getenv "SHELL")))))) (command #~(getenv "SHELL"))))))