summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix
diff options
context:
space:
mode:
authorstuebinm2024-03-07 16:39:58 +0100
committerstuebinm2024-03-07 16:39:58 +0100
commitf0222c8625d7a0fa460e4388d313947e6fa9c515 (patch)
treea102338344d437dffb0e1af4acf99d831bb0f268 /home/home-minimal.nix
parentbf66f77b5f92c57d1c592fa9ee2a4fceec636b7a (diff)
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 ..)
Diffstat (limited to 'home/home-minimal.nix')
-rw-r--r--home/home-minimal.nix2
1 files changed, 2 insertions, 0 deletions
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 = {