5 lines
107 B
Nix
5 lines
107 B
Nix
{ config, lib, ... }: lib.mkIf config.bchmnn.games.enable {
|
|
programs.steam = {
|
|
enable = true;
|
|
};
|
|
}
|