summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/games.nix
blob: 0257e18709a3f4cc66f11ae41d7e69c16e15c99f (plain)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:

{
  imports = [
    ../steam.nix
  ];
  users.users.makefu.packages = with pkgs; [
    games-user-env
  ];
}