diff options
Diffstat (limited to 'surltesh-echer/home')
-rw-r--r-- | surltesh-echer/home/home-configuration.scm | 15 |
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"))))))))) |