blob: 8011d1dc7e8444960b2cd74c0f93e9e3bcd4a676 [file] [log] [blame]
{ config, pkgs, nixpkgs }:
{
home.packages = with pkgs; [
steam-run
]; # Use *only* for packages that need no configuration;
# other packages should go in ./apps/personal/
programs.steam.enable = true;
}