Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
chore(handoff): Disable airpods handoff service perf(wivrn): Comment out nightly package for stability
19 lines
280 B
Nix
19 lines
280 B
Nix
{
|
|
pkgs,
|
|
masterPkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
services.wivrn = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
defaultRuntime = true;
|
|
autoStart = true;
|
|
steam = {
|
|
importOXRRuntimes = true;
|
|
};
|
|
highPriority = true;
|
|
# package = pkgs.wivrn-nightly;
|
|
};
|
|
}
|