From f0222c8625d7a0fa460e4388d313947e6fa9c515 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 7 Mar 2024 16:39:58 +0100 Subject: home-minimal: dogdns → doggo, punycode via libidn doggo is more maintained, can use IPv6, queries all nameservers at once by default, and generally feels comfier. (now if only it had a man page ..) --- home/home-minimal.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/home-minimal.nix') diff --git a/home/home-minimal.nix b/home/home-minimal.nix index a761b4a..50d4a05 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -55,6 +55,8 @@ llt = "exa -lh --tree --icons"; lt = "exa --tree --icons"; md = "glow -p"; + puny = "idn --quiet"; + unpuny = "idn --quiet -u"; }; functions = { fish_greeting = { -- cgit v1.2.3