diff options
-rw-r--r-- | guix.org | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ +#+TITLE: Guix configuration +#+PROPERTY: header-args :mkdirp yes +#+auto_tangle: t +#+STARTUP: overview * System -#+begin_src scheme +#+begin_src scheme :tangle ~/.config/guix/config.scm ;; Indicate which modules to import to access the variables ;; used in this configuration. @@ -169,7 +173,7 @@ %base-file-systems))) #+end_src * Channels -#+begin_src scheme +#+begin_src scheme :tangle ~/.config/guix/channels.scm (cons* (channel (name 'guix) |