Just overwrite any vr files
This commit is contained in:
parent
e98ac1a5e1
commit
1a9bbf35ce
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@
|
||||||
# EDITOR = "emacs";
|
# EDITOR = "emacs";
|
||||||
};
|
};
|
||||||
# For Monado:
|
# For Monado:
|
||||||
xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
xdg.configFile."openxr/1/active_runtime.json" = {
|
||||||
|
source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
||||||
|
force = true
|
||||||
|
};
|
||||||
|
|
||||||
# For WiVRn:
|
# For WiVRn:
|
||||||
#xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.wivrn}/share/openxr/1/openxr_wivrn.json";
|
#xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.wivrn}/share/openxr/1/openxr_wivrn.json";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue