about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-28 19:17:37 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-28 19:18:43 +0100
commit84ef17f1b65313f50494c778d590710ea78b4710 (patch)
treed4100aed7ca83c86dd2012497f71a791bda4b07a /modules
parentea8bb055096500bfbf4dcf4556c00c210d5e2810 (diff)
treewide: reflect removal of pulseaudioLight alias
pulseaudioLight has been the same as pulseaudio for a while (apparently
since 2018). The alias has finally been removed now.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
-rw-r--r--modules/user/sternenseemann/services/sway.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index f2739c8a..463c3f1a 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -50,7 +50,7 @@ pkgs: with pkgs; [
   p7zip
   pavucontrol
   posix_man_pages
-  pulseaudioLight
+  pulseaudio
   vuizvui.aszlig.pvolctrl
   pv
   python
diff --git a/modules/user/sternenseemann/services/sway.nix b/modules/user/sternenseemann/services/sway.nix
index b125e2c2..2c8f7854 100644
--- a/modules/user/sternenseemann/services/sway.nix
+++ b/modules/user/sternenseemann/services/sway.nix
@@ -8,7 +8,7 @@ let
     getBins
     ;
 
-  bins = (getBins pkgs.pulseaudioLight [ "pactl" ])
+  bins = (getBins pkgs.pulseaudio [ "pactl" ])
       // (getBins pkgs.dbus [
         "dbus-run-session"
         "dbus-update-activation-environment"