rix101/machines/nixos/x86_64-linux/jeeves/mindustry.nix

7 lines
79 B
Nix
Raw Normal View History

{ lib, pkgs, config, ... }:
{
reo101.mindustry = {
enable = true;
};
}