aboutsummaryrefslogtreecommitdiffstats
path: root/system/sound
diff options
context:
space:
mode:
Diffstat (limited to 'system/sound')
-rw-r--r--system/sound/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/sound/default.nix b/system/sound/default.nix
index 98e3a012..699f786a 100644
--- a/system/sound/default.nix
+++ b/system/sound/default.nix
@@ -2,10 +2,10 @@
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio = {
- enable = false;
- extraConfig = ''
- set-sink-volume 0 13% # set the default volume
- '';
+ enable = false;
+ extraConfig = ''
+ set-sink-volume 0 13% # set the default volume
+ '';
};
security.rtkit.enable = true;
services.pipewire = {