diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:21:07 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:21:07 -0400 |
| commit | 3418ee0085b2d4efab4588b2888f56e82db738c8 (patch) | |
| tree | 693609bfcda1c4ed3c6fb16a9034a21a9345f1de /modules/foot.nix | |
| parent | 64f1e7926ce5e62558b582a272734d7998eaddb2 (diff) | |
| download | home-3418ee0085b2d4efab4588b2888f56e82db738c8.tar.gz | |
refactor: integrate fontconfig support
Diffstat (limited to 'modules/foot.nix')
| -rw-r--r-- | modules/foot.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index 4a297cd..2f2fff1 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -17,10 +17,7 @@ in }; settings = { main = { - # font="ComicShannsMono Nerd Font Mono:size=12"; - # font="BerkeleyMonoPatched Nerd Font Mono:size=12"; - font ="CodeNewRoman Nerd Font Mono:size=12"; - # font ="TamzenForPowerline:size=11,Cozette:size=11"; + font ="monospace:size=12"; title="term"; resize-by-cells="no"; pad="0x0 center"; |