From f30bd0836aef2fbd364d65bff18822fed1681b19 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Jun 2026 00:06:45 +0200 Subject: modules/foot: Configure a theme --- modules/by-name/fo/foot/module.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/by-name/fo/foot/module.nix') diff --git a/modules/by-name/fo/foot/module.nix b/modules/by-name/fo/foot/module.nix index 2c56fa07..29d886d6 100644 --- a/modules/by-name/fo/foot/module.nix +++ b/modules/by-name/fo/foot/module.nix @@ -26,13 +26,11 @@ in { server.enable = true; settings = { main = { + include = "${./theme.ini}"; font = "SauceCodePro Nerd Font Mono:size=12"; horizontal-letter-offset = -1; vertical-letter-offset = -1; }; - # environment = { - # COLORTERM = "truecolor"; - # }; "regex:hashes" = { regex = "([a-fA-F0-9]{7,128})"; launch = "git show \${match}"; -- cgit v1.3.1