mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
fix
This commit is contained in:
parent
b8dece5c02
commit
decd7bf4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
format = " {status}";
|
||||
format-disabled = ""; # an empty format will hide the module
|
||||
format-connected = " {num_connections} connected";
|
||||
on-click = lib.getExe' "blueberry" pkgs.blueberry;
|
||||
on-click = lib.getExe' pkgs.blueberry "blueberry";
|
||||
};
|
||||
pulseaudio = {
|
||||
# "scroll-step": 1, // %, can be a float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue