nixos/hosts/gunter/streamdeck.nix

6 lines
72 B
Nix

{ pkgs, ... }: {
programs.streamdeck-ui = {
enable = true;
};
}