aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/fun.nix
{ pkgs, ... }:

{
  home.packages = with pkgs; [
    spotify
    steam
    superTuxKart
  ];
}