emoji support
This commit is contained in:
parent
4b848f9f20
commit
abeb0634db
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in
|
|||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons pkgs.source-code-pro pkgs.fira-code ];
|
||||
fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione ];
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
|
|
Loading…
Reference in a new issue