We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96607e9 commit b14422cCopy full SHA for b14422c
home/default.nix
@@ -50,6 +50,8 @@
50
};
51
52
packages = with pkgs; [
53
+ # tools
54
+ gmailctl
55
# nix
56
age
57
alejandra
@@ -66,7 +68,7 @@
66
68
dig
67
69
dmidecode
70
dogdns
- dstat
71
+ dool
72
du-dust
73
dyff
74
entr
home/fish.nix
@@ -94,6 +94,7 @@
94
ag = "rg";
95
cat = "bat";
96
cloc = "tokei";
97
+ dstat = "dool --color16";
98
ext_brightness = "sudo ddcutil -d 1 setvcp 10";
99
kloc = "kubectl --context=local";
100
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