Add noto fonts including emoji (#28)

* Add noto fonts including emoji

* fix: export LANG=en_US.UTF-8
This commit is contained in:
Dave Gallant
2020-07-31 21:48:56 -04:00
committed by GitHub
parent 20b20d8783
commit b077ad94b9

View File

@@ -5,8 +5,6 @@
home = {
sessionVariables = {
EDITOR = "vim";
LOCALE = "en_US.UTF8";
LOCALES_ARCHIVE = [ "${pkgs.glibcLocales}/lib/locale/locale-archive" ];
};
packages = with pkgs; [
audio-recorder
@@ -16,6 +14,7 @@
bind
chromium
clipmenu
curl
direnv
dunst
element-desktop
@@ -45,6 +44,7 @@
nmap
nodejs-14_x
openvpn
packer
pinentry-curses
postman
python38
@@ -88,12 +88,14 @@
# fonts
dejavu_fonts
fira
fira-code
fira-code-symbols
fira-mono
font-awesome
google-fonts
noto-fonts
noto-fonts-emoji
noto-fonts-extra
];
};
@@ -136,6 +138,8 @@
export PATH=$PATH:~/.cargo/bin
export PATH=$PATH:~/.npm-packages/bin
export LANG=en_US.UTF-8
eval "$(direnv hook zsh)"
eval "$(_RFD_COMPLETE=source_zsh rfd)"
eval "$(starship init zsh)"