diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
| commit | 9ded962b7bb48df298568b04eac08eb658cc5edf (patch) | |
| tree | 15e9a68e62e1a243439f389a24923f2f50804388 /modules/foot.nix | |
| parent | 4bc0c6912de76c20c52b23d8897f29a6524ebd67 (diff) | |
| download | home-9ded962b7bb48df298568b04eac08eb658cc5edf.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 e427c3a..1b00758 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -15,7 +15,8 @@ in }; settings = { main = { - font="ComicShannsMono Nerd Font Mono:size=12"; + # font="ComicShannsMono Nerd Font Mono:size=12"; + font="BerkeleyMonoPatched Nerd Font:size=12"; title="term"; resize-by-cells="no"; pad="0x0 center"; |