aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/fun.nix
blob: 91ec044332ebee2efc9258a7329ecef8cc8a0dfa (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

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