diff --git a/gaming/hm.nix b/gaming/hm.nix index 20c5a1e..6096cda 100644 --- a/gaming/hm.nix +++ b/gaming/hm.nix @@ -28,7 +28,7 @@ home.activation = { proton-ge = lib.hm.dag.entryAfter ["writeBoundary"] '' - target="${config.home.homeDirectory}/.steam/root/compatibilitytools.d/Proton-${pkgs.proton-ge.version}" + target="${config.home.homeDirectory}/.steam/root/compatibilitytools.d/Proton-${lib.getVersion pkgs.proton-ge}" if ! [ -d "$target" ]; then cp -R ${pkgs.proton-ge} "$target" chmod -R u+w "$target"