mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:03:55 -05:00
waybar: removed unnecessary nixfmt dependency
This commit is contained in:
parent
10e05ac132
commit
8b84024206
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue