This commit is contained in:
commit
556c58f0fb
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
"bluetooth" = {
|
"bluetooth" = {
|
||||||
"format" = "<span</span>";
|
"format" = "<span></span>";
|
||||||
"on-click" = "${pkgs.blueman}/bin/blueman-manager";
|
"on-click" = "${pkgs.blueman}/bin/blueman-manager";
|
||||||
};
|
};
|
||||||
"wireplumber" = {
|
"wireplumber" = {
|
||||||
|
|
|
@ -540,6 +540,7 @@
|
||||||
|
|
||||||
troubleshooting-tools = {pkgs, ...}: {
|
troubleshooting-tools = {pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
comma
|
||||||
iftop
|
iftop
|
||||||
bottom
|
bottom
|
||||||
btop
|
btop
|
||||||
|
|
Loading…
Reference in a new issue