home-environments: radio: Replace pulseaudio by pipewire

pull/1/head
Luis Guilherme Coelho 2023-12-27 02:00:53 -03:00
parent f89349fd0d
commit cbfd46755a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 15 additions and 10 deletions

View File

@ -44,7 +44,7 @@
#|D|# desktop
#|G|# guix
#|M|# mcron
#|S|# ssh shepherd)
#|S|# ssh shepherd sound)
(home-environment
(packages
@ -68,9 +68,8 @@
#|math |# libqalculate
#|messaging |# toxic
#|password-utils|# keepassxc
#|pulseaudio |# pulseaudio
#|pdf |# zathura zathura-pdf-mupdf zathura-djvu
#|pulseaudio |# pulseaudio pamixer pavucontrol
#|pulseaudio |# pamixer pavucontrol
#|python-xyz |# python-ueberzug
#|scheme |# sicp slib
#|shells |# fish fish-foreign-env
@ -484,9 +483,21 @@
(pinentry-program
(file-append pinentry "/bin/pinentry-curses"))))
#|Session services|#
(service home-dbus-service-type)
#|Sound services|#
(service home-pipewire-service-type)
#|Desktop application services|#
(service home-zathura-service-type
(home-zathura-configuration
(selection-clipboard 'clipboard)
(pages-per-row 1)
(statusbar-home-tilde? #t)
(recolor (recolor-configuration
(keephue? #t)
(reverse-video? #t)))
(key-maps
(list (key-map
(binding "gk")
@ -497,7 +508,6 @@
(key-map
(binding "d")
(command #f))))
(selection-clipboard 'clipboard)
(index-face
(face (background "#000000")
(foreground "#dddddd")))
@ -509,12 +519,7 @@
(foreground "#dddddd")))
(completion-highlight-face
(face (background "#000000")
(foreground "#9688d9")))
(pages-per-row 1)
(statusbar-home-tilde? #t)
(recolor (recolor-configuration
(keephue? #t)
(reverse-video? #t)))))
(foreground "#9688d9")))))
#|Mcron service|#
(service home-mcron-service-type