This commit is contained in:
parent
00f0381893
commit
ed1a4501f7
2 changed files with 22 additions and 5 deletions
|
@ -18,5 +18,16 @@ in
|
|||
sha256 = "x/X4HyyHdQUxn3CdMbWj5cfLvV7UyQe1D01H93UCk+M=";
|
||||
fetchLFS = true;
|
||||
};
|
||||
|
||||
xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
||||
|
||||
xdg.configFile."openvr/openvrpaths.vrpath".text = builtins.toJSON {
|
||||
config = [ "${config.xdg.dataHome}/Steam/config" ];
|
||||
external_drivers = null;
|
||||
jsonid = "vrpathreg";
|
||||
log = [ "${config.xdg.dataHome}/Steam/logs" ];
|
||||
runtime = [ "${pkgs.opencomposite}/lib/opencomposite" ];
|
||||
version = 1;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue