nixos/hosts/gunter/streamdeck.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
62 B
Nix
Raw Normal View History

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