From ae592c4a91875b2a9bab8b7dce72801c4787e3fc Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Sun, 17 Dec 2023 01:41:54 +0100 Subject: [PATCH] . --- channels.scm | 5 +++-- home/home-configuration.scm | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/channels.scm b/channels.scm index 02920ca..19efcf8 100644 --- a/channels.scm +++ b/channels.scm @@ -5,7 +5,8 @@ ;; [[file:config.org::*Channels][Channels:1]] ;; Copy this to ~/.config/guix/channels.scm. -(cons* (channel +(append (list + (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix") ;; Enable signature verification: @@ -13,6 +14,6 @@ (make-channel-introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc" (openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))) %default-channels) ;; Channels:1 ends here diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 21ee54c..4efbbaf 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -32,9 +32,9 @@ "bolt" "browserpass-native" "chicken" - "chicken-apropos" - "chicken-chicken-doc" - "chicken-srfi-18" +;; "chicken-apropos" +;; "chicken-chicken-doc" +;; "chicken-srfi-18" "curl" "direnv" "emacs" @@ -43,7 +43,7 @@ "diff-so-fancy" "firefox" "flatpak" - "font-nerdfont-monaspice" +;; "font-nerdfont-monaspice" "fuzzel" "fzf" "gammastep"