xr
This commit is contained in:
parent
f8dd1681aa
commit
e4acf35b43
1 changed files with 30 additions and 0 deletions
30
home/programs/xr.nix
Normal file
30
home/programs/xr.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{pkgs, config, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
monado
|
||||||
|
];
|
||||||
|
home.file.".config/openxr/1/openxr_monado.json" = {
|
||||||
|
source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
||||||
|
};
|
||||||
|
home.file.".config/openvr/openvrpaths.vrpath" = {
|
||||||
|
text = ''
|
||||||
|
{
|
||||||
|
"config" :
|
||||||
|
[
|
||||||
|
"${config.home.homeDirectory}/.local/share/Steam/config"
|
||||||
|
],
|
||||||
|
"external_drivers" : null,
|
||||||
|
"jsonid" : "vrpathreg",
|
||||||
|
"log" :
|
||||||
|
[
|
||||||
|
"${config.home.homeDirectory}/.local/share/Steam/logs"
|
||||||
|
],
|
||||||
|
"runtime" :
|
||||||
|
[
|
||||||
|
"${pkgs.opencomposite}/lib/opencomposite"
|
||||||
|
],
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue