waybar: removed unnecessary nixfmt dependency

This commit is contained in:
Aly Raffauf 2024-03-31 12:58:03 -04:00
parent 10e05ac132
commit 8b84024206

View file

@ -8,7 +8,6 @@
blueberry blueberry
pavucontrol pavucontrol
(nerdfonts.override { fonts = [ "Noto" ]; }) (nerdfonts.override { fonts = [ "Noto" ]; })
nixfmt
]; ];
xdg.configFile."waybar/style.css".source = ./waybar.css; xdg.configFile."waybar/style.css".source = ./waybar.css;
@ -73,6 +72,7 @@
"handsfree" = "󰋎"; "handsfree" = "󰋎";
"headset" = "󰋎"; "headset" = "󰋎";
}; };
"ignored-sinks" = "Easy Effects Sink";
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3"; "on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
}; };
"network" = { "network" = {