summaryrefslogtreecommitdiff
path: root/suweren/services
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-05-30 08:27:36 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-05-31 18:43:12 +0200
commitc16d1b1a4f0cd7a115262c435a61820362ee142d (patch)
tree0f80f2dab3adab21ef58fd8e4686d51b8dc1b893 /suweren/services
parent0d0842cbb26d02892ee807e9cc1d7e1b2b0cddbb (diff)
use the pipewire sound service
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))