diff options
| author | caley <u65487754@gmail.com> | 2026-05-31 19:39:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 19:39:42 +0200 |
| commit | e244107ff06d88f1f413c21d7e595dbc72583ae2 (patch) | |
| tree | 53f2ccee12247cada424255dc7762e4d23ee3547 /nixos | |
| parent | deb174e834821afeca81fd8b56d52f1f438c93f6 (diff) | |
Add font family and size settings
Added font configuration for Terminus font.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/cat.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/cat.nix b/nixos/cat.nix index 5b04aae..e139456 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -50,6 +50,9 @@ shell fish shell_integration enabled + font_family Terminus (TTF) + font_size 11 + cursor_trail 3 cursor_trail_decay 0.1 0.4 cursor_shape beam |
