Add Readme.

This commit is contained in:
DigitalDragon 2025-05-04 21:13:13 +02:00
parent 481dc18f8d
commit 4c4188a3d5
No known key found for this signature in database
GPG key ID: E90DC40802835A6E

13
README.md Normal file
View file

@ -0,0 +1,13 @@
**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.