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