mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
update fonts
This commit is contained in:
parent
2d7eeb3aaf
commit
07da2f1b58
1 changed files with 10 additions and 11 deletions
|
@ -2,27 +2,26 @@
|
|||
{
|
||||
fonts = {
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "Ubuntu Mono" ];
|
||||
sansSerif = [ "Ubuntu" ];
|
||||
monospace = [ "Ubuntu Mono" ];
|
||||
};
|
||||
|
||||
fonts = with pkgs; [
|
||||
cantarell-fonts # gnome default
|
||||
dina-font
|
||||
fira
|
||||
fira-code # coding
|
||||
fira-code-symbols # ligatures
|
||||
fira-mono
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
font-awesome
|
||||
liberation_ttf
|
||||
mplus-outline-fonts.githubRelease
|
||||
font-awesome # icons
|
||||
joypixels # emojis
|
||||
liberation_ttf # main microsoft fonts
|
||||
# mplus-outline-fonts.githubRelease # microsoft fonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
proggyfonts
|
||||
noto-fonts-extra
|
||||
ubuntu_font_family
|
||||
joypixels
|
||||
unifont # unicode
|
||||
unifont # unicode fallback
|
||||
];
|
||||
};
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue