mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Use wireplumber-minimal as replacement for all relevant packages on profile
parent
d2d013755f
commit
cf750e390c
|
@ -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,6 +144,10 @@
|
||||||
(list #|databases|# recutils))
|
(list #|databases|# recutils))
|
||||||
|
|
||||||
(define packages:desktop
|
(define packages:desktop
|
||||||
|
(let ((waybar-sans-elogind
|
||||||
|
((package-input-rewriting
|
||||||
|
`((,wireplumber . ,wireplumber-minimal)))
|
||||||
|
waybar)))
|
||||||
(list #|admin |# hyfetch
|
(list #|admin |# hyfetch
|
||||||
#|freedesktop|# xdg-utils xdg-desktop-portal xdg-desktop-portal-wlr
|
#|freedesktop|# xdg-utils xdg-desktop-portal xdg-desktop-portal-wlr
|
||||||
xdg-terminal-exec
|
xdg-terminal-exec
|
||||||
|
@ -149,9 +155,10 @@
|
||||||
#|image |# grim slurp
|
#|image |# grim slurp
|
||||||
#|terminals |# foot
|
#|terminals |# foot
|
||||||
#|toys |# wayneko
|
#|toys |# wayneko
|
||||||
#|wm |# fnott rivercarro riverguile river-bnf swww waybar
|
#|wm |# fnott rivercarro riverguile river-bnf swww
|
||||||
|
waybar-sans-elogind
|
||||||
#|xdisorg |# fuzzel wl-clipboard wlrctl gammastep
|
#|xdisorg |# fuzzel wl-clipboard wlrctl gammastep
|
||||||
#|zig-xyz |# river))
|
#|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
|
||||||
|
|
Loading…
Reference in New Issue