diff --git a/modules/applications/games.nix b/modules/applications/games.nix index 8911af4..185a892 100644 --- a/modules/applications/games.nix +++ b/modules/applications/games.nix @@ -5,5 +5,9 @@ _: { supertuxkart # fuck mariokart # my favorite italian plumber is free software ]; + programs.steam = { + enable = true; + protontricks.enable = true; + }; }; }