**This is an unofficial Nix flake for [ArmorPaint](https://armorpaint.org/).** ## How to install You can add this flake to your profile using the following command: ``` nix profile install git+https://git.digitaldragon.club/DigitalDragon/Nix-ArmorPaint.git#armorpaint ``` If you don't have the Nix command and flakes globally enabled as experimental features, you may have to add the following to the previous command: ``` --experimental-features "nix-command flakes" ``` Note: Nix might complain about the flake not being trusted, this is normal. Alternatively, you can add it to your NixOS or Home Manager Flake, but I won't get into that here.