Compare commits

..

No commits in common. "636dfc27d2058dd31fb0a7e5d854b24735b63a1b" and "a6c3da4db65e1ed54cfbed9506ff63e6a7ffafc0" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -37,6 +37,7 @@
systemd-failed-units = {
hide-on-ok = true; # Hide if there are zero failed units.
format = " {nr_failed}";
format-ok = " systemd is ok but waybar is not";
system = true; # monitor sytem units
user = true; # monitor user units
};

View file

@ -132,9 +132,6 @@
};
programs.waybar.enable = true;
# lol what https://github.com/NixOS/nixpkgs/issues/462935
systemd.user.services.orca.wantedBy = lib.mkForce [ ];
services.clippyboard.enable = true;
services.flatpak.enable = true;