notohh
193f2480d7
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
license: update pkgs: remove scls nix: update inputs and insecure pkgs tsuki: init gaming file blocky: update blocklist pgres: add dbs home: update themes programs: init opencomposite media: remove spotify-player helix: update theme and scls tsuki: remove stylix overlays: set chatterino tag to null
27 lines
537 B
Nix
27 lines
537 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.wivrn}/share/openxr/1/openxr_wivrn.json";
|
|
|
|
xdg.configFile."openvr/openvrpaths.vrpath".text = ''
|
|
{
|
|
"config" :
|
|
[
|
|
"${config.xdg.dataHome}/Steam/config"
|
|
],
|
|
"external_drivers" : null,
|
|
"jsonid" : "vrpathreg",
|
|
"log" :
|
|
[
|
|
"${config.xdg.dataHome}/Steam/logs"
|
|
],
|
|
"runtime" :
|
|
[
|
|
"${pkgs.opencomposite}/lib/opencomposite"
|
|
],
|
|
"version" : 1
|
|
}
|
|
'';
|
|
}
|