about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"