6 lines
92 B
Nix
6 lines
92 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.goxlr = {
|
|
services.goxlr-utility.enable = true;
|
|
};
|
|
}
|