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

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