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