clarification

This commit is contained in:
Reid 2024-12-08 18:38:34 -08:00
parent 3173029f5a
commit 32ad5c726b
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -28,7 +28,11 @@ you also have the option to define your mpris bus name, which will instead wait
```nix
lastfmpris.url = "git+https://git.reidlab.pink/reidlab/lastfmpris.git";
# in your `homeManagerConfiguration`:
```
and in your `homeManagerConfiguration`:
```nix
imports = [
inputs.lastfmpris.homeManagerModules.lastfmpris;
];