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

11 lines
102 B
Nix

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