nix-config/modules/games/default.nix
2024-07-06 00:59:58 +02:00

4 lines
119 B
Nix

{ lib, config, ... }: lib.mkIf config.withGames {
programs.steam.enable = true;
programs.gamemode.enable = true;
}