summaryrefslogtreecommitdiff
path: root/surltesh-echer/home
diff options
context:
space:
mode:
authorstuebinm2024-04-10 20:21:04 +0200
committerstuebinm2024-04-10 20:21:04 +0200
commit4b19dcfc6883a794cf41376eb2489f2ba6f3e813 (patch)
tree8c362e7253452fb26405045bfe5fd57fdc3bcc8d /surltesh-echer/home
parent9ed5352ccf72dccc6d05ca521f2793b919f5843d (diff)
surltesh-echer: update guix, fix guix channel in home config
thanks to change Id90e1e1ff399afe54fff68167f497f0484d2c218 being merged into guix (d082573db1b86d922965dc746627bf0f0cc18af4), the hikari package from upstream is no longer broken.
Diffstat (limited to 'surltesh-echer/home')
-rw-r--r--surltesh-echer/home/home-configuration.scm15
1 files changed, 14 insertions, 1 deletions
diff --git a/surltesh-echer/home/home-configuration.scm b/surltesh-echer/home/home-configuration.scm
index f44a68b..9e87bac 100644
--- a/surltesh-echer/home/home-configuration.scm
+++ b/surltesh-echer/home/home-configuration.scm
@@ -9,6 +9,7 @@
(gnu packages)
(gnu services)
(guix gexp)
+ (guix channels)
(gnu home services shells)
(gnu home services ssh)
(gnu home services guix))
@@ -63,4 +64,16 @@
("pj" . "pijul")))
(bashrc (list (local-file "bashrc" "bashrc")))
(bash-profile (list (local-file "bash_profile"
- "bash_profile"))))))))
+ "bash_profile")))))
+ (service home-channels-service-type
+ (list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "5a95cf76e1d0f9fdff5b232b42337c657b76d1d4")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))))))