mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
foliate: fix theme settings example (#7053)
This commit is contained in:
@@ -41,7 +41,7 @@ in
|
||||
show-covers = true;
|
||||
};
|
||||
"viewer/view" = {
|
||||
theme = "My Theme";
|
||||
theme = "myTheme.json";
|
||||
};
|
||||
"viewer/font" = {
|
||||
monospace = "Maple Mono";
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
show-covers = true;
|
||||
};
|
||||
"viewer/view" = {
|
||||
theme = "My Theme";
|
||||
theme = "myTheme.json";
|
||||
};
|
||||
"viewer/font" = {
|
||||
monospace = "Maple Mono";
|
||||
|
||||
Reference in New Issue
Block a user