This commit is contained in:
ediblerope 2026-05-15 20:29:05 +01:00
parent f8417a5f64
commit 00e37be9db

View file

@ -82,9 +82,11 @@
wayland.windowManager.hyprland.settings.monitor =
[ "DP-2,3440x1440@180,0x0,1" ];
# Faugus scans compatibilitytools.d directly, not STEAM_EXTRA_COMPAT_TOOLS_PATHS,
# so we symlink the nix-managed tool into the directory it actually checks.
home.file.".local/share/Steam/compatibilitytools.d/proton-cachyos".source =
# Faugus resolves "Proton-CachyOS Latest" by directory name in compatibilitytools.d.
# Symlinking here lets nix manage the version instead of ProtonPlus.
# If ProtonPlus previously created this as a real directory, delete it first:
# rm -rf ~/.local/share/Steam/compatibilitytools.d/Proton-CachyOS\ Latest
home.file.".local/share/Steam/compatibilitytools.d/Proton-CachyOS Latest".source =
inputs.proton-cachyos-nix.packages.x86_64-linux.proton-cachyos-x86_64-v3.steamcompattool;
};
};