add twemoji fonts
This commit is contained in:
parent
0d92f67022
commit
872df4fcbb
1 changed files with 15 additions and 5 deletions
|
@ -47,11 +47,21 @@ in
|
|||
|
||||
programs.partition-manager.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
customfonts
|
||||
corefonts
|
||||
nerd-fonts.fira-code
|
||||
];
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts.emoji = [
|
||||
"Twitter Color Emoji"
|
||||
];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
customfonts
|
||||
corefonts
|
||||
nerd-fonts.fira-code
|
||||
twemoji-color-font
|
||||
twitter-color-emoji
|
||||
];
|
||||
};
|
||||
|
||||
# Systemd user services
|
||||
# See https://wiki.nixos.org/wiki/Systemd/User_Services for more information
|
||||
|
|
Loading…
Reference in a new issue