aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/fo/foot/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/fo/foot/module.nix')
-rw-r--r--modules/by-name/fo/foot/module.nix4
1 files changed, 1 insertions, 3 deletions
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}";