5 lines
118 B
Nix
5 lines
118 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false;
|
|
}
|