waybar: Enable pulseaudio by default

The default configuration use the pulseaudio module, but it fails to
load with errors since we've built the package without pulseaudio
support. Most systems already have pulseaudio in the system closure
anyways so the closure size change won't be noticable on end user systems.
This commit is contained in:
Elis Hirwing
2020-09-22 21:01:20 +02:00
parent f832fead74
commit 37e47b7f7c
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
, wayland, wlroots, gtkmm3, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
, howard-hinnant-date, cmake
, traySupport ? true, libdbusmenu-gtk3
, pulseSupport ? false, libpulseaudio
, pulseSupport ? true, libpulseaudio
, nlSupport ? true, libnl
, udevSupport ? true, udev
, swaySupport ? true, sway

View File

@@ -21211,9 +21211,7 @@ in
swaylock-effects = callPackage ../applications/window-managers/sway/lock-effects.nix { };
waybar = callPackage ../applications/misc/waybar {
pulseSupport = config.pulseaudio or false;
};
waybar = callPackage ../applications/misc/waybar { };
hikari = callPackage ../applications/window-managers/hikari { };