nixos/hosts/gunter/alvr.nix

5 lines
50 B
Nix
Raw Permalink Normal View History

2025-01-04 03:28:44 +00:00
{ pkgs, ... }:
{
programs.alvr.enable = true;
}