From 84ef17f1b65313f50494c778d590710ea78b4710 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Feb 2022 19:17:37 +0100 Subject: 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. --- modules/user/aszlig/profiles/workstation/packages.nix | 2 +- modules/user/sternenseemann/services/sway.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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" -- cgit 1.4.1