about summary refs log tree commit diff
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
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.
-rw-r--r--machines/profpatsch/shiki.nix2
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
-rw-r--r--modules/user/sternenseemann/services/sway.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index b110ca5c..9eac33bc 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -192,7 +192,7 @@ in {
         gnome.gnome_themes_standard
         # can go away once I migrate to pw-ctl and such
         pavucontrol
-        pulseaudioLight
+        pulseaudio
       ];
       programmingTools = [
         cabal2nix                    # convert cabal files to nixexprs
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"