Fixed fonts
This commit is contained in:
parent
dd441f315a
commit
d8e969e9e5
2 changed files with 4 additions and 8 deletions
|
@ -7,10 +7,10 @@
|
||||||
emoji = ["OpenMoji Color"];
|
emoji = ["OpenMoji Color"];
|
||||||
};
|
};
|
||||||
packages = {
|
packages = {
|
||||||
sansSerif = [pkgs.liberation_ttf];
|
sansSerif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
|
||||||
monospace = [pkgs.nerd-fonts.jetbrains-mono];
|
monospace = [pkgs.nerd-fonts.jetbrains-mono pkgs.noto-fonts];
|
||||||
serif = [pkgs.liberation_ttf];
|
serif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
|
||||||
emoji = [pkgs.openmoji-color];
|
emoji = [pkgs.openmoji-color pkgs.noto-fonts];
|
||||||
};
|
};
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,10 +16,6 @@
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
vesktop
|
vesktop
|
||||||
spotify
|
spotify
|
||||||
noto-fonts
|
|
||||||
noto-fonts-lgc-plus
|
|
||||||
noto-fonts-cjk-sans
|
|
||||||
noto-fonts-cjk-serif
|
|
||||||
fuzzel
|
fuzzel
|
||||||
fzf
|
fzf
|
||||||
cmake
|
cmake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue