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 = {
|
fonts = {
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
monospace = [ "Ubuntu Mono" ];
|
|
||||||
sansSerif = [ "Ubuntu" ];
|
sansSerif = [ "Ubuntu" ];
|
||||||
|
monospace = [ "Ubuntu Mono" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
cantarell-fonts # gnome default
|
cantarell-fonts # gnome default
|
||||||
dina-font
|
|
||||||
fira
|
fira
|
||||||
|
fira-code # coding
|
||||||
|
fira-code-symbols # ligatures
|
||||||
fira-mono
|
fira-mono
|
||||||
fira-code
|
font-awesome # icons
|
||||||
fira-code-symbols
|
joypixels # emojis
|
||||||
font-awesome
|
liberation_ttf # main microsoft fonts
|
||||||
liberation_ttf
|
# mplus-outline-fonts.githubRelease # microsoft fonts
|
||||||
mplus-outline-fonts.githubRelease
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
proggyfonts
|
noto-fonts-extra
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
joypixels
|
unifont # unicode fallback
|
||||||
unifont # unicode
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixpkgs.config.joypixels.acceptLicense = true;
|
nixpkgs.config.joypixels.acceptLicense = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue