nixos-config/hosts/computer-mo/system-packages/sys.pkg-steam.nix
2024-08-10 14:15:06 +02:00

11 lines
102 B
Nix

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