2025-02-09 17:38:49 +01:00

13 lines
95 B
Nix

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