mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
waybar: removed unnecessary nixfmt dependency
This commit is contained in:
parent
10e05ac132
commit
8b84024206
|
@ -8,7 +8,6 @@
|
|||
blueberry
|
||||
pavucontrol
|
||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||
nixfmt
|
||||
];
|
||||
|
||||
xdg.configFile."waybar/style.css".source = ./waybar.css;
|
||||
|
@ -73,6 +72,7 @@
|
|||
"handsfree" = "";
|
||||
"headset" = "";
|
||||
};
|
||||
"ignored-sinks" = "Easy Effects Sink";
|
||||
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
|
||||
};
|
||||
"network" = {
|
||||
|
|
Loading…
Reference in a new issue