{ config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ osu-lazer-bin mangohud ]; programs.steam = { enable = true; }; }