home-environments: radio: Use wireplumber-minimal as replacement for all relevant packages on profile

impermanence
Luis Guilherme Coelho 2024-06-03 22:03:50 -03:00
parent d2d013755f
commit cf750e390c
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 18 additions and 11 deletions

View File

@ -69,6 +69,7 @@
#|Guix|# #|Guix|#
#|C|# #:use-module (guix channels) #|C|# #:use-module (guix channels)
#|P|# #:use-module (guix packages)
#|Radio|# #|Radio|#
#|C|# #:use-module ((radio channels) #:prefix channel:) #|C|# #:use-module ((radio channels) #:prefix channel:)
@ -132,6 +133,7 @@
(define application:terminal "foot") (define application:terminal "foot")
(define application:wm "river") (define application:wm "river")
#|Package lists|#
(define packages:blogging (define packages:blogging
(list #|guile-xyz|# haunt)) (list #|guile-xyz|# haunt))
@ -142,16 +144,21 @@
(list #|databases|# recutils)) (list #|databases|# recutils))
(define packages:desktop (define packages:desktop
(list #|admin |# hyfetch (let ((waybar-sans-elogind
#|freedesktop|# xdg-utils xdg-desktop-portal xdg-desktop-portal-wlr ((package-input-rewriting
xdg-terminal-exec `((,wireplumber . ,wireplumber-minimal)))
#|glib |# dbus waybar)))
#|image |# grim slurp (list #|admin |# hyfetch
#|terminals |# foot #|freedesktop|# xdg-utils xdg-desktop-portal xdg-desktop-portal-wlr
#|toys |# wayneko xdg-terminal-exec
#|wm |# fnott rivercarro riverguile river-bnf swww waybar #|glib |# dbus
#|xdisorg |# fuzzel wl-clipboard wlrctl gammastep #|image |# grim slurp
#|zig-xyz |# river)) #|terminals |# foot
#|toys |# wayneko
#|wm |# fnott rivercarro riverguile river-bnf swww
waybar-sans-elogind
#|xdisorg |# fuzzel wl-clipboard wlrctl gammastep
#|zig-xyz |# river)))
(define packages:development (define packages:development
(list #|gnupg |# gnupg pinentry (list #|gnupg |# gnupg pinentry
@ -209,7 +216,7 @@
(list #|guile-xyz|# guile-srfi-197 guile-srfi-232)) (list #|guile-xyz|# guile-srfi-197 guile-srfi-232))
(define packages:sound (define packages:sound
(list #|linux |# wireplumber (list #|linux |# wireplumber-minimal
#|pulseaudio|# pamixer pavucontrol)) #|pulseaudio|# pamixer pavucontrol))
(define packages:video (define packages:video