mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
Compare commits
No commits in common. "636dfc27d2058dd31fb0a7e5d854b24735b63a1b" and "a6c3da4db65e1ed54cfbed9506ff63e6a7ffafc0" have entirely different histories.
636dfc27d2
...
a6c3da4db6
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue