This commit is contained in:
nora 2026-01-05 19:18:04 +01:00
parent 8b0c135f54
commit 99e4732364

View file

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