fix: exclude orca due to service bug

This commit is contained in:
etwas 2025-12-02 19:24:43 +01:00
parent b0a59c8884
commit aa853d6703

View file

@ -28,4 +28,8 @@
wayland = true; wayland = true;
}; };
}; };
environment.gnome.excludePackages = (with pkgs; [
orca
]);
} }