gunter: re-enable streamcontroller
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
Periodic flake update / flake-update (push) Successful in 2m16s

This commit is contained in:
2025-09-17 19:07:05 +02:00
parent 440f324909
commit e4dfe76dea

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{
programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false;
programs.streamcontroller.enable = true;
}