aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-04 08:06:13 +0200
committerene <ene@sils.li>2023-04-04 08:06:13 +0200
commitfd1f1858d5d965e94998a886bafc8c019721cfe7 (patch)
treec14933e8e5e2561ba0f195cd12090143d57662e1 /system
parentFix(hm/impermanence): Save the complete .local (diff)
downloadnixos-config-fd1f1858d5d965e94998a886bafc8c019721cfe7.zip
Style(treewide): Format
Diffstat (limited to 'system')
-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 = {