New fonts
This commit is contained in:
parent
bf622ba9b8
commit
ba72b8404f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
fonts = with pkgs; [powerline-fonts dejavu_fonts fira-code fira-code-symbols emacs-all-the-icons-fonts nerdfonts joypixels];
|
||||
fonts = with pkgs; [powerline-fonts dejavu_fonts fira-code fira-code-symbols emacs-all-the-icons-fonts nerdfonts joypixels etBook];
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = ["DejaVu Sans Mono for Powerline"];
|
||||
sansSerif = ["DejaVu Sans"];
|
||||
serif = ["DejaVu Serif"];
|
||||
};
|
||||
};
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue