diff options
| author | bd <bdunahu@operationnull.com> | 2025-12-10 21:13:20 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-12-10 21:13:20 -0500 |
| commit | a38f3b4b23d7005f0b25d47fbe735f46f538f178 (patch) | |
| tree | 7bb73bace6db3a3c269352b62d917fb23a2aeb24 /.config | |
| parent | c051c49aebe1d046cfb9260f9925d859d7084daa (diff) | |
guix: Remove guix-channel subproject, update to tanelorn
Diffstat (limited to '.config')
| -rw-r--r-- | .config/guix/channels.scm | 12 | ||||
| m--------- | .config/guix/guix-channel | 0 | ||||
| -rw-r--r-- | .config/guix/modules/packages/packages.scm | 13 | ||||
| -rw-r--r-- | .config/guix/modules/services/emacs.scm | 2 |
4 files changed, 14 insertions, 13 deletions
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 -Subproject 7cc4a096ea565850fdb80dd8c5103fa3d0fe3ae 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: |
