nixos/hosts/gunter/alvr.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
50 B
Nix
Raw Permalink Normal View History

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