summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/guix.org b/guix.org
index 5e5156d..5f578d8 100644
--- a/guix.org
+++ b/guix.org
@@ -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)