mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add noto fonts including emoji (#28)
* Add noto fonts including emoji * fix: export LANG=en_US.UTF-8
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user