This commit is contained in:
2025-03-17 15:34:54 -04:00
parent 8b40db5f6e
commit 6437bd375a
4 changed files with 18 additions and 32 deletions

View File

@@ -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
}
'';
}