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

{
  krebs.per-user.makefu.packages = with pkgs; [
    steam
    games-user-env
  ];
}