Skip to content

Commit

Permalink
docs(readme): Correct Home Manager example
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Dec 19, 2024
1 parent bc20939 commit fd142a6
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 @@ -67,7 +67,7 @@ environment.systemPackages = [

#### Home Manager
```nix
home.services.timewall = {
services.timewall = {
enable = true;
wallpaperPath = ./wallpaper.jpg; # optional, can be set at runtime
config = {} # optional, see the configuration section
Expand Down

0 comments on commit fd142a6

Please sign in to comment.