vr fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
protontricks
|
||||
# beatsabermodmanager
|
||||
beatsabermodmanager
|
||||
];
|
||||
|
||||
programs.alacritty.settings = {
|
||||
@@ -26,25 +26,4 @@
|
||||
obs-pipewire-audio-capture
|
||||
];
|
||||
};
|
||||
|
||||
# https://wiki.nixos.org/wiki/VR
|
||||
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
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user