dotfiles/modules/gaming/default.nix

6 lines
65 B
Nix

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