1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

foliate: fix theme settings example (#7053)

This commit is contained in:
awwpotato 2025-05-13 17:06:18 -07:00 committed by GitHub
parent 8d832ddfda
commit b44c39cf46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ in
show-covers = true;
};
"viewer/view" = {
theme = "My Theme";
theme = "myTheme.json";
};
"viewer/font" = {
monospace = "Maple Mono";