about summary refs log tree commit diff
path: root/modules/user/sternenseemann
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-21 15:45:55 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-21 15:46:54 +0100
commit0f56a2ac52253102d77e3a819f16f0d597988554 (patch)
treede4ffe9f4198a24843951547fe3eb48b372b8b12 /modules/user/sternenseemann
parentb586cf725c7d4c9ee54bd189a5782c2c9b5d2902 (diff)
machines/sternenseemann/wolfgang: switch to pipewire
Hearing a lot of good things lately, time to see what it is about.
Diffstat (limited to 'modules/user/sternenseemann')
-rw-r--r--modules/user/sternenseemann/services/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/sternenseemann/services/sway.nix b/modules/user/sternenseemann/services/sway.nix
index e575e9d7..f34cf194 100644
--- a/modules/user/sternenseemann/services/sway.nix
+++ b/modules/user/sternenseemann/services/sway.nix
@@ -8,7 +8,7 @@ let
     getBins
     ;
 
-  bins = (getBins config.hardware.pulseaudio.package [ "pactl" ])
+  bins = (getBins pkgs.pulseaudioLight [ "pactl" ])
       // (getBins pkgs.dbus [ "dbus-run-session" ])
       // (getBins cfg.package [ "sway" ])
       // (getBins pkgs.i3status [ "i3status" ])