mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-01 07:37:02 +00:00
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:
parent
f832fead74
commit
37e47b7f7c
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
, wayland, wlroots, gtkmm3, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
|
, wayland, wlroots, gtkmm3, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
|
||||||
, howard-hinnant-date, cmake
|
, howard-hinnant-date, cmake
|
||||||
, traySupport ? true, libdbusmenu-gtk3
|
, traySupport ? true, libdbusmenu-gtk3
|
||||||
, pulseSupport ? false, libpulseaudio
|
, pulseSupport ? true, libpulseaudio
|
||||||
, nlSupport ? true, libnl
|
, nlSupport ? true, libnl
|
||||||
, udevSupport ? true, udev
|
, udevSupport ? true, udev
|
||||||
, swaySupport ? true, sway
|
, swaySupport ? true, sway
|
||||||
|
|
|
@ -21211,9 +21211,7 @@ in
|
||||||
|
|
||||||
swaylock-effects = callPackage ../applications/window-managers/sway/lock-effects.nix { };
|
swaylock-effects = callPackage ../applications/window-managers/sway/lock-effects.nix { };
|
||||||
|
|
||||||
waybar = callPackage ../applications/misc/waybar {
|
waybar = callPackage ../applications/misc/waybar { };
|
||||||
pulseSupport = config.pulseaudio or false;
|
|
||||||
};
|
|
||||||
|
|
||||||
hikari = callPackage ../applications/window-managers/hikari { };
|
hikari = callPackage ../applications/window-managers/hikari { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue