Add Steam module

This commit is contained in:
Tibo De Peuter 2023-04-27 09:16:19 +02:00
parent 48688ffc39
commit 2bd759deae
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ inputs, lib, config, pkgs, ... }:
{
programs.steam = {
enable = true;
};
}