.
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))
|
%base-user-accounts))
|
||||||
(packages
|
(packages
|
||||||
(append
|
(append
|
||||||
(specifications->packages
|
(list
|
||||||
(list
|
nss-certs
|
||||||
"nss-certs"
|
readline
|
||||||
"readline"
|
emacs
|
||||||
"emacs"
|
emacs-desktop-environment
|
||||||
"emacs-desktop-environment"
|
font-terminus
|
||||||
"font-terminus"
|
git
|
||||||
"git"
|
kitty
|
||||||
"kitty"
|
swayfx)
|
||||||
"swayfx"))
|
|
||||||
%base-packages))
|
%base-packages))
|
||||||
(services
|
(services
|
||||||
(append
|
(append
|
||||||
|
@ -120,7 +119,9 @@
|
||||||
(terminal-vt "7")
|
(terminal-vt "7")
|
||||||
(terminal-switch #t)
|
(terminal-switch #t)
|
||||||
(default-session-command
|
(default-session-command
|
||||||
(greetd-wlgreet-sway-session
|
(greetd-wlgreet-session
|
||||||
|
(command (file-append swayfx "/bin/sway")))
|
||||||
|
#;(greetd-wlgreet-sway-session
|
||||||
(sway swayfx))))))))
|
(sway swayfx))))))))
|
||||||
(service fprintd-service-type)
|
(service fprintd-service-type)
|
||||||
(service screen-locker-service-type
|
(service screen-locker-service-type
|
||||||
|
|
Loading…
Reference in a new issue