feat(nixos): add wivrn service support with flake inputs
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-09 00:31:39 +05:30
parent d099b4b403
commit 644b2c31ed
3 changed files with 68 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
{pkgs, ...}: {
{
pkgs,
masterPkgs,
inputs,
...
}: {
services.wivrn = {
enable = true;
openFirewall = true;
@@ -8,6 +13,5 @@
importOXRRuntimes = true;
};
highPriority = true;
# package = pkgs.wivrn;
};
}