Update fonts and exa configs
This commit is contained in:
parent
c60c1019d2
commit
8627ceb284
2 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue