mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #98490 from etu/waybar-enable-pa
waybar: Enable pulseaudio by default
This commit is contained in:
commit
cfc9214a8a
@ -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
|
||||
|
@ -21215,9 +21215,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user