Dwarf Fortress LMP (Lazy Mac Pack) icon

Dwarf Fortress LMP (Lazy Mac Pack) 0.47.05+dfhack-r1

Use and switch graphics packs with Dwarf Fortress without corrupting your game

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dwarf-fortress-lmp # Dwarf Fortress LMP (Lazy Mac Pack)
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dwarf-fortress-lmp # Dwarf Fortress LMP (Lazy Mac Pack)
  ];
}

Package Definition

{
  "pname": "dwarf-fortress-lmp",
  "version": "0.47.05+dfhack-r1",
  "src": {
    "url": "https://dffd.bay12games.com/download.php?id=12202&f=Lazy+Mac+Pack+v0.47.05+dfhack-r1.dmg",
    "sha256": "c4931ef75ac5e474782f4353621b2f795f01f8f795d0727ee186c87af35cc42b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dwarf Fortress LMP\" && cp -r \"Lazy Mac Pack v0.47.05 dfhack-r1\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Use and switch graphics packs with Dwarf Fortress without corrupting your game",
    "homepage": "https://dffd.bay12games.com/file.php?id=12202"
  }
}