Fix font issues
This commit is contained in:
parent
28b58fe7ea
commit
f5bb64cfe9
2 changed files with 6 additions and 1 deletions
|
|
@ -23,9 +23,11 @@ in {
|
|||
fonts = {
|
||||
packages = with pkgs.unstable; [
|
||||
corefonts # Microsoft free fonts
|
||||
noto-fonts-emoji
|
||||
meslo-lg
|
||||
(nerdfonts.override { fonts = [ "Meslo" "NerdFontsSymbolsOnly" ]; })
|
||||
];
|
||||
fontconfig.defaultFonts = { monospace = [ "MesloLGS Nerd Font" ]; };
|
||||
fontconfig.defaultFonts = { monospace = [ "MesloLGS Nerd Font Mono" ]; };
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue