From 94c4b4237a6730f902da6d480490ddb1f0bf8475 Mon Sep 17 00:00:00 2001 From: Mutzi Date: Mon, 30 Jan 2023 17:35:49 +0100 Subject: [PATCH] Added on_install to fonts --- mod.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod.toml b/mod.toml index 934389e..94642b2 100644 --- a/mod.toml +++ b/mod.toml @@ -10,5 +10,7 @@ zshrc = "~/.zshrc" [modules.rofi.content] rofi = "~/.config/rofi" +[modules.fonts] +on_install = "fc-cache" [modules.fonts.content] fonts = "~/.local/share/fonts"