.
This commit is contained in:
parent
654cbfac28
commit
d4276f2c3b
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# -*- geiser-scheme-implementation: guile -*-
|
# -*- geiser-scheme-implementation: guile -*-
|
||||||
#+TITLE: GUIX System Configuration
|
#+TITLE: GUIX System Configuration
|
||||||
#+AUTHOR: Daniel Ziltener
|
#+AUTHOR: Daniel Ziltener
|
||||||
|
#+PROPERTY: scheme-implementation guile
|
||||||
#+PROPERTY: header-args:scheme :comments both
|
#+PROPERTY: header-args:scheme :comments both
|
||||||
|
|
||||||
#+begin_src emacs-lisp :results none
|
#+begin_src emacs-lisp :results none
|
||||||
|
@ -166,7 +167,7 @@ These services are unmodified, or have just few settings.
|
||||||
(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-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "8"))))))
|
(terminal-vt "8"))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
(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-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "8")))))))
|
(terminal-vt "8")))))))
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue