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;
};
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
package = pkgs.hack-font;
name = "Hack Nerd Font Regular";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
package = pkgs.hack-font;
name = "Hack Nerd Font Regular";
};
monospace = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans Mono";
package = pkgs.hack-font;
name = "Hack Nerd Font Mono Regular";
};
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\"}}"'';
# bash / system
ls = "exa";
ls = "exa --icons -F --group-directories-first --git";
cp = "rsync -avr";
ll = "exa -lah";
ll = "exa -lah --icons -F --group-directories-first --git";
rm = "rm -i";
df = "duf";
cat = "bat";