feat(font): update fonts & fix emoji

This commit is contained in:
Felix Schröter 2020-09-11 14:58:56 +02:00
parent fdafcbf202
commit b49348f887
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 6 additions and 20 deletions
home/shell

View file

@ -17,10 +17,6 @@ in
programs.kitty = {
enable = true;
font = {
name = "Fira Code";
package = pkgs.fira-code;
};
extraConfig = ''
${with builtins; readFile ./kitty-gruvbox-dark.conf}
'';