forked from colonelpanic/dotfiles
[NixOS] Add fontawesome
This commit is contained in:
parent
3104757966
commit
4d666e0e0e
@ -90,15 +90,16 @@ in
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
fira-mono
|
||||
dejavu_fonts
|
||||
noto-fonts-emoji
|
||||
emojione
|
||||
twemoji-color-font
|
||||
source-code-pro
|
||||
fira-mono
|
||||
font-awesome-ttf
|
||||
noto-fonts-emoji
|
||||
roboto
|
||||
source-code-pro
|
||||
source-sans-pro
|
||||
source-serif-pro
|
||||
twemoji-color-font
|
||||
];
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
|
Loading…
Reference in New Issue
Block a user