nixos/homer: fix escape docstring (#429908)

This commit is contained in:
Felix Bühler
2025-07-31 22:27:54 +02:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ in
To add files such as icons or backgrounds, you can reference them in line such as
```nix
icon = "$\{./icon.png}";
icon = "''${./icon.png}";
```
This will add the file to the nix store upon build, referencing it by file path as expected by Homer.
'';