From e4dfe76dea26ec6ed1b0201b4a1caf19bca8161d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 17 Sep 2025 19:07:05 +0200 Subject: [PATCH] gunter: re-enable streamcontroller --- hosts/gunter/streamdeck.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gunter/streamdeck.nix b/hosts/gunter/streamdeck.nix index b3f52f4..bd5f00e 100644 --- a/hosts/gunter/streamdeck.nix +++ b/hosts/gunter/streamdeck.nix @@ -1,4 +1,4 @@ { pkgs, ... }: { - programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false; + programs.streamcontroller.enable = true; }