Only override pulseaudio for waybar.
This commit is contained in:
parent
5cfe3dabcd
commit
a3eeafbc19
@ -16,6 +16,7 @@
|
|||||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.pulseaudio = true;
|
# causes recompilation
|
||||||
|
# nixpkgs.config.pulseaudio = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
2
sway.nix
2
sway.nix
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; with gnome3; [
|
environment.systemPackages = with pkgs; with gnome3; [
|
||||||
i3status
|
i3status
|
||||||
waybar
|
(waybar.override { pulseSupport = true; })
|
||||||
wofi
|
wofi
|
||||||
ydotool
|
ydotool
|
||||||
feh
|
feh
|
||||||
|
Loading…
Reference in New Issue
Block a user