Stop caring about clobbering the VR configuration
...so that home manager can start on rebuild
This commit is contained in:
parent
931780c38f
commit
3e605c2964
1 changed files with 22 additions and 19 deletions
|
@ -78,7 +78,8 @@
|
||||||
# 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";
|
||||||
|
|
||||||
xdg.configFile."openvr/openvrpaths.vrpath".text = ''
|
xdg.configFile."openvr/openvrpaths.vrpath" = {
|
||||||
|
text = ''
|
||||||
{
|
{
|
||||||
"config" :
|
"config" :
|
||||||
[
|
[
|
||||||
|
@ -97,6 +98,8 @@
|
||||||
"version" : 1
|
"version" : 1
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
force = true;
|
||||||
|
}
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue