Files
dotfiles/nixos/ryu/services/wivrn.nix
uttarayan21 59e0ffc1ae
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix(dualsense): Correct touchpad device name for libinput ignore
chore(handoff): Disable airpods handoff service
perf(wivrn): Comment out nightly package for stability
2025-12-15 14:20:16 +05:30

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;
};
}