Commit 62184bb9ab1f

Vincent Demeester <vincent@sbr.pm>
2024-06-06 13:12:40
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>
1 parent d3a80c5
Changed files (1)
users
vincent
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";