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"];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [pkgs.liberation_ttf];
|
||||
monospace = [pkgs.nerd-fonts.jetbrains-mono];
|
||||
serif = [pkgs.liberation_ttf];
|
||||
emoji = [pkgs.openmoji-color];
|
||||
sansSerif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
|
||||
monospace = [pkgs.nerd-fonts.jetbrains-mono pkgs.noto-fonts];
|
||||
serif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
|
||||
emoji = [pkgs.openmoji-color pkgs.noto-fonts];
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -16,10 +16,6 @@
|
|||
ffmpeg-full
|
||||
vesktop
|
||||
spotify
|
||||
noto-fonts
|
||||
noto-fonts-lgc-plus
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
fuzzel
|
||||
fzf
|
||||
cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue