From 0bb20832ab0fe37cc3de55dca272f4dde246ac51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 5 Sep 2024 21:11:22 +0200 Subject: [PATCH] Add streamcontroller --- hosts/gunter/streamdeck.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/streamdeck.nix b/hosts/gunter/streamdeck.nix index 6e5b8c3..bd5f00e 100644 --- a/hosts/gunter/streamdeck.nix +++ b/hosts/gunter/streamdeck.nix @@ -1,3 +1,4 @@ { pkgs, ... }: { + programs.streamcontroller.enable = true; }