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

{
  home.packages = with pkgs; [
    spotify
    steam

    superTuxKart
  ];
}