about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index d078aa71..6d593de4 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -368,7 +368,7 @@ in {
       enable = true;
       settings = {
         global = {
-          font = "Sans 18";
+          font = "Sans 14";
           markup = "full";
           padding = 3;
           horizontal_padding = 3;
@@ -427,7 +427,7 @@ in {
           serviceConfig = {
             Restart = "no";
             ExecStart = "${pkgs.notmuch}/bin/notmuch new";
-            };
+          };
         };
       }