nicks-nix-config/modules/steam.nix

8 lines
92 B
Nix
Raw Normal View History

2023-03-17 15:18:18 -07:00
{ config, lib, pkgs, home-manager, ... }:
{
programs.steam = {
enable = true;
};
}