mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05:06 +01:00
Compare commits
2 commits
a6c3da4db6
...
636dfc27d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 636dfc27d2 | |||
| 0eac1f0e65 |
2 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,6 @@
|
||||||
systemd-failed-units = {
|
systemd-failed-units = {
|
||||||
hide-on-ok = true; # Hide if there are zero failed units.
|
hide-on-ok = true; # Hide if there are zero failed units.
|
||||||
format = "✗ {nr_failed}";
|
format = "✗ {nr_failed}";
|
||||||
format-ok = "✓ systemd is ok but waybar is not";
|
|
||||||
system = true; # monitor sytem units
|
system = true; # monitor sytem units
|
||||||
user = true; # monitor user units
|
user = true; # monitor user units
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,9 @@
|
||||||
};
|
};
|
||||||
programs.waybar.enable = true;
|
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.clippyboard.enable = true;
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue