Build waybar with pulseaudio support
This commit is contained in:
parent
4256a94080
commit
44105b7cdf
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ in
|
|||
};
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
waybar = pkgs.waybar.override { pulseSupport = true; mpdSupport = false; };
|
||||
};
|
||||
xdg.configFile."sway/config".text = ''
|
||||
# Config for sway
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue