nixos-config/hosts/computer-mo/system-packages/sys.pkg-steam.nix

11 lines
102 B
Nix
Raw Normal View History

2024-08-10 14:15:06 +02:00
{ ... }:
{
jovian.steam = {
enable = true;
};
programs.steam = {
enable = true;
};
}