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:
parent
8d832ddfda
commit
b44c39cf46
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ in
|
||||||
show-covers = true;
|
show-covers = true;
|
||||||
};
|
};
|
||||||
"viewer/view" = {
|
"viewer/view" = {
|
||||||
theme = "My Theme";
|
theme = "myTheme.json";
|
||||||
};
|
};
|
||||||
"viewer/font" = {
|
"viewer/font" = {
|
||||||
monospace = "Maple Mono";
|
monospace = "Maple Mono";
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
show-covers = true;
|
show-covers = true;
|
||||||
};
|
};
|
||||||
"viewer/view" = {
|
"viewer/view" = {
|
||||||
theme = "My Theme";
|
theme = "myTheme.json";
|
||||||
};
|
};
|
||||||
"viewer/font" = {
|
"viewer/font" = {
|
||||||
monospace = "Maple Mono";
|
monospace = "Maple Mono";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue