nixos/hosts/gunter/streamdeck.nix

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

7 lines
72 B
Nix
Raw Normal View History

2024-07-14 13:51:33 +00:00
{ pkgs, ... }:
{
programs.streamdeck-ui = {
enable = true;
};
}