summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ikaruga-os.scm9
1 files 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