diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 00:06:45 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 00:06:45 +0200 |
| commit | f30bd0836aef2fbd364d65bff18822fed1681b19 (patch) | |
| tree | c0d5fae7696b43d72d5e48cddba82538b40bc1b7 /modules/by-name/fo/foot/module.nix | |
| parent | modules/{river,foot,i3bar-river}: Use systemd services for background stuff (diff) | |
| download | nixos-config-f30bd0836aef2fbd364d65bff18822fed1681b19.zip | |
modules/foot: Configure a theme
Diffstat (limited to 'modules/by-name/fo/foot/module.nix')
| -rw-r--r-- | modules/by-name/fo/foot/module.nix | 4 |
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}"; |
