Files
nixos-configv3/modules/vr/default.nix
TheCrazyInsanity af861165e5 idk man
2025-12-18 14:26:37 -05:00

6 lines
61 B
Nix
Executable File

{pkgs, ...}:
{
services.wivrn = {
enable = true;
};
}