From 9cdf4f5ac5eaa6e06f0a7bc3e82ce1183b111e52 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 4 Feb 2021 10:36:05 +0100 Subject: machines/shiki: decrease dunst font size --- machines/profpatsch/shiki.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/profpatsch') 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"; - }; + }; }; } -- cgit 1.4.1