mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
fix
This commit is contained in:
parent
ccab8c9625
commit
4cff46f2d0
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