added readme, gitignore

This commit is contained in:
2026-01-16 23:28:21 -05:00
parent 15b0eb860e
commit 24e2973255
2 changed files with 12 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Music Presence (Nix edition)
Took the appimage and wrapped it into a Nix package.
To build the Nix package, run the following:
```bash
nix build
```
This will only build on x86-64 Linux.