Skip to content

Commit

Permalink
docs(readme): Correct example wallpaper extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jan 17, 2025
1 parent ca8a7de commit 3f8f49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ environment.systemPackages = [
```nix
services.timewall = {
enable = true;
wallpaperPath = ./wallpaper.jpg; # optional, can be set at runtime
wallpaperPath = ./wallpaper.heif; # optional, can be set at runtime
config = {} # optional, see the configuration section
}
```
Expand Down

0 comments on commit 3f8f49c

Please sign in to comment.