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