{ pkgs, ... }: { imports = [ ./common.nix ]; home.packages = with pkgs; [ mesa steam steam-run discord ]; }