about summary refs log tree commit diff
path: root/machines/profpatsch
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 /machines/profpatsch
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 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix2
1 files changed, 1 insertions, 1 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