diff options
author | Thanos Apollo <[email protected]> | 2023-05-06 13:39:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-06 13:39:02 +0300 |
commit | cb51e92909930f668f4914024a2a0434c071f350 (patch) | |
tree | 9c387b89431d67c3d1546e390afa61aef285a524 /guix.org | |
parent | 604046ab33ddead3f837e527a8a1cfcb9d2d1e66 (diff) |
guix: add tangle paths
Diffstat (limited to 'guix.org')
-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) |