Fix broken terminal font

This commit is contained in:
Elnu 2022-10-23 10:28:00 -07:00
parent fbba3f2497
commit 64d584061b

View file

@ -5,7 +5,7 @@
enable = true;
theme = "Nord";
font = {
name = "Monospace Regular";
name = "FiraCode Nerd Font Mono";
size = 12;
};
extraConfig = "enable_auto_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8";