diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-10 13:07:04 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-10 13:07:04 -0400 |
| commit | 69bb144de6088251e1891b1c319ec8000d859a06 (patch) | |
| tree | 7402c97a39dda68a2b0d19a2298dbd5630674bb4 /modules/foot.nix | |
| parent | 57765e4f8527852461cb9aceab893ec64b542427 (diff) | |
| download | home-69bb144de6088251e1891b1c319ec8000d859a06.tar.gz | |
update
Diffstat (limited to 'modules/foot.nix')
| -rw-r--r-- | modules/foot.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index da752d2..18e1e80 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -18,7 +18,8 @@ in settings = { main = { # font="ComicShannsMono Nerd Font Mono:size=12"; - font="BerkeleyMonoPatched Nerd Font:size=12"; + # font="BerkeleyMonoPatched Nerd Font Mono:size=12"; + font ="GoMono Nerd Font Mono:size=12"; title="term"; resize-by-cells="no"; pad="0x0 center"; |