feat: add wivrn and nixpkgs-xr inputs and update related configs

This commit is contained in:
uttarayan21
2025-11-11 18:28:14 +05:30
parent ca194088ae
commit bbe44afe28
6 changed files with 232 additions and 48 deletions

View File

@@ -1,8 +1,9 @@
{...}: {
{pkgs, ...}: {
services.wivrn = {
enable = true;
openFirewall = true;
defaultRuntime = true;
autoStart = true;
package = pkgs.wivrn;
};
}