about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-04 10:36:05 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-04 10:39:20 +0100
commit9cdf4f5ac5eaa6e06f0a7bc3e82ce1183b111e52 (patch)
treeda575969a8a744f10974c182c5ca172458f02160 /machines/profpatsch
parent908ac1d8e7a508d0263c3b473e3e211a4748a4a3 (diff)
machines/shiki: decrease dunst font size
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";
-            };
+          };
         };
       }