diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-18 13:09:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 13:09:17 +0200 |
| commit | 8f965e9fc27118f34453a07704d14d19dac91a9f (patch) | |
| tree | 710b88b08c23b505a71d743da01dc1493c66f5fc /nixos/hosts/box | |
| parent | 60b3647be0274dbacf5e50f787110c0e769c2484 (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts/box')
| -rw-r--r-- | nixos/hosts/box/box.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 1540c88..7882b56 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -55,8 +55,8 @@ shell fish shell_integration enabled - font_family JetBrainsMono Nerd Font - font_size 11 + font_family cherry + font_size 10 cursor_trail 3 cursor_trail_decay 0.1 0.4 @@ -95,7 +95,7 @@ gtk = { enable = true; theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; }; - font = { name = "MonaspiceNe Nerd Font Mono"; size = 11; }; + font = { name = "cherry"; size = 10; }; }; qt = { |
