mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +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 = {
|
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)"
|
||||||
|
Reference in New Issue
Block a user