summaryrefslogtreecommitdiff
path: root/suweren/services
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/services')
-rw-r--r--suweren/services/sound.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/suweren/services/sound.scm b/suweren/services/sound.scm
new file mode 100644
index 0000000..8067f98
--- /dev/null
+++ b/suweren/services/sound.scm
@@ -0,0 +1,6 @@
+(define-module (suweren services sound)
+ #:use-module (gnu home services sound)
+ #:use-module (gnu services))
+
+(define-public pipewire
+ (service home-pipewire-service-type))