.
This commit is contained in:
parent
7141c2ef33
commit
519512c75e
1 changed files with 12 additions and 11 deletions
23
config.scm
23
config.scm
|
@ -68,16 +68,15 @@
|
|||
%base-user-accounts))
|
||||
(packages
|
||||
(append
|
||||
(specifications->packages
|
||||
(list
|
||||
"nss-certs"
|
||||
"readline"
|
||||
"emacs"
|
||||
"emacs-desktop-environment"
|
||||
"font-terminus"
|
||||
"git"
|
||||
"kitty"
|
||||
"swayfx"))
|
||||
(list
|
||||
nss-certs
|
||||
readline
|
||||
emacs
|
||||
emacs-desktop-environment
|
||||
font-terminus
|
||||
git
|
||||
kitty
|
||||
swayfx)
|
||||
%base-packages))
|
||||
(services
|
||||
(append
|
||||
|
@ -120,7 +119,9 @@
|
|||
(terminal-vt "7")
|
||||
(terminal-switch #t)
|
||||
(default-session-command
|
||||
(greetd-wlgreet-sway-session
|
||||
(greetd-wlgreet-session
|
||||
(command (file-append swayfx "/bin/sway")))
|
||||
#;(greetd-wlgreet-sway-session
|
||||
(sway swayfx))))))))
|
||||
(service fprintd-service-type)
|
||||
(service screen-locker-service-type
|
||||
|
|
Loading…
Reference in a new issue