summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/channels.scm8
-rw-r--r--install.sh3
2 files changed, 11 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
new file mode 100644
index 0000000..f451402
--- /dev/null
+++ b/guix/channels.scm
@@ -0,0 +1,8 @@
+(cons*
+ (channel
+ (name 'nonguix)
+ (url "https://gitlab.com/nonguix/nonguix"))
+ (channel
+ (name 'ekaitz)
+ (url "https://gitlab.com/ekaitz-zarraga/guix-packages"))
+ %default-channels)
diff --git a/install.sh b/install.sh
index 7f545b0..1198e7d 100644
--- a/install.sh
+++ b/install.sh
@@ -12,5 +12,8 @@ stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim
# kitty
stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty
+# Guix channels
+stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix
+
# Plasma session environment variables
#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env