summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-06 13:39:02 +0300
committerThanos Apollo <[email protected]>2023-05-06 13:39:02 +0300
commitcb51e92909930f668f4914024a2a0434c071f350 (patch)
tree9c387b89431d67c3d1546e390afa61aef285a524
parent604046ab33ddead3f837e527a8a1cfcb9d2d1e66 (diff)
guix: add tangle paths
-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)