aboutsummaryrefslogtreecommitdiff
path: root/kbg.scm
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-02-10 10:48:46 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-03-14 11:14:48 -0600
commit0139d8098bc9e88090784c4f88820d42e6d117e5 (patch)
treeff3dcaaa1204250f886b3d51d1d54650ed25444b /kbg.scm
parent1e161dbf25f1a127ac6e0677b473a2b2987536d6 (diff)
downloaddotfiles-0139d8098bc9e88090784c4f88820d42e6d117e5.tar.gz
dotfiles-0139d8098bc9e88090784c4f88820d42e6d117e5.tar.xz
not so initial guix home/system initial addition
As of today, I've been using guix system and home for about 3 weeks. The configuration is constantly evolving as I use it. Unlike the home-manager conversion of past, guix home adoption is happening much more slowly. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'kbg.scm')
-rw-r--r--kbg.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/kbg.scm b/kbg.scm
new file mode 100644
index 00000000..29e3ee13
--- /dev/null
+++ b/kbg.scm
@@ -0,0 +1,4 @@
+(define-module (kbg))
+
+(define-public %home (getenv "HOME"))
+(define-public %dotfiles-root (string-append %home "/workspace/src/io/devnulllabs/kb/dotfiles/"))