summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-15 13:01:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-15 13:01:53 +0200
commit47e3d662c4f6e31b560693fe0c87681c039a592c (patch)
treec56d402a7ce1635a0145f3e45c9a849b5956fb2c /bragi.nix
parente40538d26e393637fbf931e37997aba0b778f132 (diff)
downloadnixos-47e3d662c4f6e31b560693fe0c87681c039a592c.tar
nixos-47e3d662c4f6e31b560693fe0c87681c039a592c.tar.gz
nixos-47e3d662c4f6e31b560693fe0c87681c039a592c.tar.bz2
nixos-47e3d662c4f6e31b560693fe0c87681c039a592c.tar.xz
nixos-47e3d662c4f6e31b560693fe0c87681c039a592c.zip
Balance
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/bragi.nix b/bragi.nix
index 3e0abc1f..dc732626 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -210,11 +210,11 @@ in rec {
210 "outnode0" = { initial = "1"; adjustable = false; }; 210 "outnode0" = { initial = "1"; adjustable = false; };
211 "outnode1" = { initial = "1"; adjustable = false; }; 211 "outnode1" = { initial = "1"; adjustable = false; };
212 212
213 "headphones0" = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; }; 213 "headphones0" = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; balance = "right"; };
214 "headphones1" = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; }; 214 "headphones1" = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; balance = "left"; };
215 215
216 "speakers0" = { connectOut = "system:playback_7"; connectIn = "outnode0:out"; group = "speakers"; initial = "0"; }; 216 "speakers0" = { connectOut = "system:playback_7"; connectIn = "outnode0:out"; group = "speakers"; initial = "0"; balance = "right"; };
217 "speakers1" = { connectOut = "system:playback_8"; connectIn = "outnode1:out"; group = "speakers"; initial = "0"; }; 217 "speakers1" = { connectOut = "system:playback_8"; connectIn = "outnode1:out"; group = "speakers"; initial = "0"; balance = "left"; };
218 }; 218 };
219 219
220 services.mpd = { 220 services.mpd = {