diff --git a/hosts/wrangler/home.nix b/hosts/wrangler/home.nix index 1440d06..3a988f5 100644 --- a/hosts/wrangler/home.nix +++ b/hosts/wrangler/home.nix @@ -26,6 +26,13 @@ in qownnotes teams thunderbird + + (writeShellScriptBin "w" '' + set -Eeuo pipefail + + ${whois}/bin/whois "$@" \ + | ${ack}/bin/ack --color-match 'bold blue' --passthru '[-\w.!$%+=]+@[-\w.]+' + '') ]; home.file.".mozilla/firefox/f2y424q1.default/chrome/userChrome.css".source = ../../common/userChrome.css;