dotfiles/modules/gaming/default.nix
2021-09-15 00:41:46 +02:00

5 lines
65 B
Nix

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