xterm: specify the configs more generally so that it would work for floating variant...
[~bandali/configs] / .config / guix / channels.scm
1 (list (channel
2 (name 'guix) ; https://git.savannah.gnu.org/git/guix.git
3 (url "file:///home/bandali/src/guix")
4 (introduction
5 (make-channel-introduction
6 "9edb3f66fd807b096b48283debdcddccfea34bad"
7 (openpgp-fingerprint
8 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
9 ;;(channel
10 ;; (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali
11 ;; (url "file:///home/bandali/src/git/guix-bandali")))
12 )