Update fonts and exa configs

This commit is contained in:
iFargle 2024-01-19 12:21:26 +09:00
parent c60c1019d2
commit 8627ceb284
2 changed files with 8 additions and 8 deletions

View file

@ -44,16 +44,16 @@
applications = 12; applications = 12;
}; };
serif = { serif = {
package = pkgs.dejavu_fonts; package = pkgs.hack-font;
name = "DejaVu Serif"; name = "Hack Nerd Font Regular";
}; };
sansSerif = { sansSerif = {
package = pkgs.dejavu_fonts; package = pkgs.hack-font;
name = "DejaVu Sans"; name = "Hack Nerd Font Regular";
}; };
monospace = { monospace = {
package = pkgs.dejavu_fonts; package = pkgs.hack-font;
name = "DejaVu Sans Mono"; name = "Hack Nerd Font Mono Regular";
}; };
emoji = { emoji = {
package = pkgs.noto-fonts-emoji; package = pkgs.noto-fonts-emoji;

View file

@ -173,9 +173,9 @@
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}\t{{.Label \"type\"}}"''; dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}\t{{.Label \"type\"}}"'';
# bash / system # bash / system
ls = "exa"; ls = "exa --icons -F --group-directories-first --git";
cp = "rsync -avr"; cp = "rsync -avr";
ll = "exa -lah"; ll = "exa -lah --icons -F --group-directories-first --git";
rm = "rm -i"; rm = "rm -i";
df = "duf"; df = "duf";
cat = "bat"; cat = "bat";