nix/modules/steam.nix

5 lines
107 B
Nix

{ config, lib, ... }: lib.mkIf config.bchmnn.games.enable {
programs.steam = {
enable = true;
};
}