Compare commits

..

2 commits

Author SHA1 Message Date
636dfc27d2 wtf 2025-11-19 19:23:33 +01:00
0eac1f0e65 remove waybar workaround 2025-11-19 19:11:23 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -37,7 +37,6 @@
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,6 +132,9 @@
};
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;