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