From a0297b6b96544b58c56af05cf872535b1e7f6707 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 17 Feb 2024 07:49:51 -0500 Subject: ikaruga: os: Remove pulseaudio service. --- ikaruga-os.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ikaruga-os.scm b/ikaruga-os.scm index b1c8f6e..28d7b06 100644 --- a/ikaruga-os.scm +++ b/ikaruga-os.scm @@ -28,6 +28,7 @@ (gnu services games) (gnu services pm) (gnu services virtualization) + (gnu services sound) (gnu services xorg) (nongnu packages linux) (nongnu system linux-initrd)) @@ -72,13 +73,17 @@ (cups-configuration (web-interface? #t) (extensions - (list (specification->package "cups-filters") + (list (specification->package + "cups-filters") ;; Brother laser printers - (specification->package "brlaser"))))) + (specification->package + "brlaser"))))) ;; Used by GNOME Boxes (service libvirt-service-type) (service virtlog-service-type) %desktop-services) + ;; No pulseaudio. We run pipewire as a home service instead. + (delete pulseaudio-service-type) ;; Use Wayland instead of X11 (gdm-service-type config => (gdm-configuration -- cgit v1.2.3