Fix broken terminal font
This commit is contained in:
parent
fbba3f2497
commit
64d584061b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "Nord";
|
theme = "Nord";
|
||||||
font = {
|
font = {
|
||||||
name = "Monospace Regular";
|
name = "FiraCode Nerd Font Mono";
|
||||||
size = 12;
|
size = 12;
|
||||||
};
|
};
|
||||||
extraConfig = "enable_auto_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8";
|
extraConfig = "enable_auto_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8";
|
||||||
|
|
Loading…
Add table
Reference in a new issue