From a38f3b4b23d7005f0b25d47fbe735f46f538f178 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Dec 2025 21:13:20 -0500 Subject: guix: Remove guix-channel subproject, update to tanelorn --- .config/guix/channels.scm | 12 ++++++++---- .config/guix/guix-channel | 1 - .config/guix/modules/packages/packages.scm | 13 +++++-------- .config/guix/modules/services/emacs.scm | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 160000 .config/guix/guix-channel (limited to '.config/guix') diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm index 577b874..f0ed659 100644 --- a/.config/guix/channels.scm +++ b/.config/guix/channels.scm @@ -1,5 +1,9 @@ (append (list (channel - (name 'bd-channel) - (url (string-append "file://" (getenv "HOME") - "/.config/guix/guix-channel")))) - %default-channels) + (name 'tanelorn) + (url "https://git.operationnull.com/tanelorn.git") + (introduction + (make-channel-introduction + "feb72dbc897bcf2db3901ea5b25caba4add860f7" + (openpgp-fingerprint + "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996"))))) + %default-channels) diff --git a/.config/guix/guix-channel b/.config/guix/guix-channel deleted file mode 160000 index 7cc4a09..0000000 --- a/.config/guix/guix-channel +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7cc4a096ea565850fdb80dd8c5103fa3d0fe3ae2 diff --git a/.config/guix/modules/packages/packages.scm b/.config/guix/modules/packages/packages.scm index c5d4de9..ce1ca8f 100644 --- a/.config/guix/modules/packages/packages.scm +++ b/.config/guix/modules/packages/packages.scm @@ -3,9 +3,8 @@ #:use-module (gnu system) #:use-module (guix gexp) #:use-module (guix packages) - #:use-module (bd font-medieval-sharp) - #:use-module (bd font-runa-mono) - #:use-module (bd eww) + #:use-module (tanelorn packages fonts) + #:use-module (tanelorn packages wm) #:export (bd-packages-system bd-packages-laptop bd-packages-desktop @@ -74,6 +73,7 @@ xorg ;; xf86-input-libinput, xf86-video-fbdev, xinit... ) + (define bd-packages-system (append! @@ -146,11 +146,8 @@ (define bd-packages-fun (list bsnes - ;; dolphin-emu - ;; mgba - mupen64plus-core - mupen64plus-audio-sdl - mupen64plus-rsp-hle + dolphin-emu + mgba mupen64plus-ui-console mupen64plus-video-glide64mk2 nethack diff --git a/.config/guix/modules/services/emacs.scm b/.config/guix/modules/services/emacs.scm index 5d3a664..ba3a0a7 100644 --- a/.config/guix/modules/services/emacs.scm +++ b/.config/guix/modules/services/emacs.scm @@ -6,7 +6,7 @@ #:use-module (gnu system) #:use-module (guix gexp) #:use-module (guix packages) - #:use-module (bd emacs-jeison) + #:use-module (tanelorn packages emacs-xyz) #:export (bd-home-emacs-service-type)) ;;; Commentary: -- cgit v1.2.3