Skip to content

Commit b14422c

Browse files
committed
update packages
1 parent 96607e9 commit b14422c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

home/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
};
5151

5252
packages = with pkgs; [
53+
# tools
54+
gmailctl
5355
# nix
5456
age
5557
alejandra
@@ -66,7 +68,7 @@
6668
dig
6769
dmidecode
6870
dogdns
69-
dstat
71+
dool
7072
du-dust
7173
dyff
7274
entr

home/fish.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
ag = "rg";
9595
cat = "bat";
9696
cloc = "tokei";
97+
dstat = "dool --color16";
9798
ext_brightness = "sudo ddcutil -d 1 setvcp 10";
9899
kloc = "kubectl --context=local";
99100
tcurl = "curl -s -o /dev/null -w 'time_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_appconnect: %{time_appconnect}\ntime_pretransfer: %{time_pretransfer}\ntime_redirect: %{time_redirect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n'";

0 commit comments

Comments
 (0)