Remove Nix and Home Manager setup
This commit is contained in:
parent
2bc6344ed9
commit
2b47db77eb
7 changed files with 40 additions and 279 deletions
13
AGENTS.md
13
AGENTS.md
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue