nix-config/modules/graphical/steam.nix

5 lines
60 B
Nix

{ config, pkgs, ... }:
{
programs.steam.enable = true;
}