{ ... }: { flake.nixosModules.games = {pkgs, ...}: { environment.systemPackages = with pkgs; [ supertux # fuck mario supertuxkart # fuck mariokart # my favorite italian plumber is free software ]; }; }