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

6 lines
80 B
Nix

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