nixos/nixos/features/steam.nix
2023-12-17 16:25:37 -05:00

5 lines
58 B
Nix

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