mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-11 15:18:56 -05:00
add vr to nix
This commit is contained in:
parent
1246f2d0a2
commit
84da8d653b
3 changed files with 10 additions and 0 deletions
|
|
@ -136,5 +136,12 @@
|
|||
gamescope
|
||||
gamemode
|
||||
] else []
|
||||
)
|
||||
++ (
|
||||
if config.module.vr.enable
|
||||
then [
|
||||
alvr
|
||||
wlx-overlay-s
|
||||
] else []
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue