omniflake/system/steam.nix
2024-12-03 23:35:38 +01:00

5 lines
60 B
Nix

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