summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-19 00:50:44 +0200
committerGitHub <noreply@github.com>2026-07-19 00:50:44 +0200
commit4c56889444f9b5d4d3b16adfaa3da8095335346a (patch)
treee5e9f4a5f1ee6aa2145516e210c84e7b65af5614 /nixos
parent3f79f685b90157ea182fa42c3f5aebb4c140ddd8 (diff)
Update box.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/box/box.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix
index 7882b56..9ec0dc5 100644
--- a/nixos/hosts/box/box.nix
+++ b/nixos/hosts/box/box.nix
@@ -95,7 +95,7 @@
gtk = {
enable = true;
theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; };
- font = { name = "cherry"; size = 10; };
+ font = { name = "MonaspiceNe Nerd Font Mono"; size = 11; };
};
qt = {