mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
polybar: use config.pulseaudio to activate pulseaudio
This commit is contained in:
parent
d91ff7a630
commit
2913fceb38
@ -1,4 +1,5 @@
|
||||
{ cairo
|
||||
{ config
|
||||
, cairo
|
||||
, cmake
|
||||
, fetchFromGitHub
|
||||
, libXdmcp
|
||||
@ -33,7 +34,7 @@
|
||||
, alsaSupport ? true
|
||||
, githubSupport ? false
|
||||
, mpdSupport ? false
|
||||
, pulseSupport ? false
|
||||
, pulseSupport ? config.pulseaudio or false
|
||||
, iwSupport ? false
|
||||
, nlSupport ? true
|
||||
, i3Support ? false
|
||||
|
Loading…
Reference in New Issue
Block a user