nixos/hosts/gunter/streamdeck.nix

5 lines
62 B
Nix
Raw Normal View History

2024-07-17 20:22:04 +00:00
{ pkgs, ... }:
{
2024-09-05 19:11:22 +00:00
programs.streamcontroller.enable = true;
2024-07-14 13:51:33 +00:00
}