Files
nixos/hosts/gunter/streamdeck.nix
Torjus Håkestad e4dfe76dea
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
Periodic flake update / flake-update (push) Successful in 2m16s
gunter: re-enable streamcontroller
2025-09-17 19:07:05 +02:00

5 lines
62 B
Nix

{ pkgs, ... }:
{
programs.streamcontroller.enable = true;
}