Remove Nix and Home Manager setup

This commit is contained in:
ltadeu6 2026-05-11 18:42:30 -03:00
parent 2bc6344ed9
commit 2b47db77eb
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
7 changed files with 40 additions and 279 deletions

View file

@ -11,18 +11,9 @@ This repo is a single Python script (`luz-musica.py`) that:
- Python deps: `requests`, `Pillow`.
- Run: `python3 luz-musica.py`
## Dependencies (recommended setups)
## Dependencies
### Option A (NixOS / Nix): reproducible dev shell (no pip)
If you have Nix with flakes enabled:
- Enter shell: `nix develop`
- Run: `python3 luz-musica.py`
Without flakes:
- Enter shell: `nix-shell`
- Run: `python3 luz-musica.py`
### Option B (Ubuntu/Debian/etc): isolated venv (pip)
### Ubuntu/Debian/etc: isolated venv (pip)
Install system bits:
- `sudo apt-get update`
- `sudo apt-get install -y python3 python3-venv playerctl`