_: { flake.nixosModules.mathematics = {pkgs, ...}: { environment.systemPackages = with pkgs; [ lean4 ]; }; }