diff --git a/README.md b/README.md index 158cf46..33a89d6 100644 --- a/README.md +++ b/README.md @@ -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; ];