nix-config/modules/steam.nix
2026-05-02 22:16:16 +02:00

7 lines
65 B
Nix

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