commit 62184bb9ab1f907e612b8d2de4c23878ff2ee48b
parent d3a80c591fb7c0b30aaaeb5cb81fa06577fe9299
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 6 Jun 2024 13:12:40 +0200
users/vincent: attempt to use JetBrains Mono for kitty
Let's see if it's the same as in Emacs or not :D
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/desktop/wayland.nix b/users/vincent/desktop/wayland.nix
@@ -95,7 +95,7 @@
settings = {
term = "xterm-256color";
close_on_child_death = "yes";
- font_family = "Ubuntu Mono";
+ font_family = "JetBrains Mono";
tab_bar_edge = "top";
listen_on = "unix:/tmp/my kitty";
allow_remote_control = "yes";