forked from colonelpanic/dotfiles
[NixOS] Add several fonts
This commit is contained in:
parent
0bcaacf095
commit
7eb790f35b
@ -6,17 +6,19 @@
|
|||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
emojione
|
emojione
|
||||||
fira-code
|
fira-code
|
||||||
fira-mono
|
fira-mono
|
||||||
font-awesome-ttf
|
font-awesome-ttf
|
||||||
|
iosevka
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
roboto
|
roboto
|
||||||
source-code-pro
|
source-code-pro
|
||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
emacs-all-the-icons-fonts
|
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
allowBitmaps = true;
|
allowBitmaps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user