Use native steam

This commit is contained in:
Malte Tammena 2021-06-28 20:24:36 +02:00
parent 486992b647
commit efd0d0fb41
2 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,7 @@ let
fi
cd "${gameDir}/${dir}"
${preExec}
exec ${pkgs.steam-run}/bin/steam-run ./${start}
exec ${pkgs.steam-run-native}/bin/steam-run ./${start}
'';
games = [
@ -58,7 +58,7 @@ let
in {
home.packages = [
# Necessary packages
pkgs.steam-run
pkgs.steam-run-native
pkgs.libnotify
] ++ map mkScript games;
}

View file

@ -125,7 +125,6 @@ in {
environment.systemPackages = with pkgs; [
thunderbolt
qt5.qtwayland
steam-run-native
];
services.printing.enable = true;