NixConfig/modules/nix/gaming.nix
2024-12-14 20:50:34 +01:00

13 lines
95 B
Nix

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