chore(nixos): change font
This commit is contained in:
parent
8f9c42ca6b
commit
7c566dbe76
2 changed files with 3 additions and 3 deletions
|
@ -178,7 +178,7 @@ in
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "Fira Code Nerd Font Mono" ];
|
||||
monospace = [ "JetBrainsMono Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue