add vr to nix

This commit is contained in:
TheWanderingCrow 2024-11-14 09:33:04 -05:00
parent 1246f2d0a2
commit 84da8d653b
3 changed files with 10 additions and 0 deletions

View file

@ -136,5 +136,12 @@
gamescope
gamemode
] else []
)
++ (
if config.module.vr.enable
then [
alvr
wlx-overlay-s
] else []
);
}