.
This commit is contained in:
parent
decc24d381
commit
ae592c4a91
2 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
;; [[file:config.org::*Channels][Channels:1]]
|
;; [[file:config.org::*Channels][Channels:1]]
|
||||||
;; Copy this to ~/.config/guix/channels.scm.
|
;; Copy this to ~/.config/guix/channels.scm.
|
||||||
(cons* (channel
|
(append (list
|
||||||
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
;; Enable signature verification:
|
;; Enable signature verification:
|
||||||
|
@ -13,6 +14,6 @@
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))
|
||||||
%default-channels)
|
%default-channels)
|
||||||
;; Channels:1 ends here
|
;; Channels:1 ends here
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
"bolt"
|
"bolt"
|
||||||
"browserpass-native"
|
"browserpass-native"
|
||||||
"chicken"
|
"chicken"
|
||||||
"chicken-apropos"
|
;; "chicken-apropos"
|
||||||
"chicken-chicken-doc"
|
;; "chicken-chicken-doc"
|
||||||
"chicken-srfi-18"
|
;; "chicken-srfi-18"
|
||||||
"curl"
|
"curl"
|
||||||
"direnv"
|
"direnv"
|
||||||
"emacs"
|
"emacs"
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"diff-so-fancy"
|
"diff-so-fancy"
|
||||||
"firefox"
|
"firefox"
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"font-nerdfont-monaspice"
|
;; "font-nerdfont-monaspice"
|
||||||
"fuzzel"
|
"fuzzel"
|
||||||
"fzf"
|
"fzf"
|
||||||
"gammastep"
|
"gammastep"
|
||||||
|
|
Loading…
Reference in a new issue