summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-03-07 16:39:58 +0100
committerstuebinm2024-03-07 16:39:58 +0100
commitf0222c8625d7a0fa460e4388d313947e6fa9c515 (patch)
treea102338344d437dffb0e1af4acf99d831bb0f268
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 ..)
-rw-r--r--home/home-minimal.nix2
-rw-r--r--home/packages-minimal.nix4
2 files changed, 4 insertions, 2 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 = {
diff --git a/home/packages-minimal.nix b/home/packages-minimal.nix
index 12c549c..4640e25 100644
--- a/home/packages-minimal.nix
+++ b/home/packages-minimal.nix
@@ -12,12 +12,12 @@
lynx
pandoc
# general cli utils
- tree dnsutils inetutils pijul bat age libsecret gping bottom dogdns
+ tree dnsutils inetutils pijul bat age libsecret gping bottom doggo
cifs-utils jekyll fzf ripgrep fd sd bandwhich eza dive
ripgrep shellcheck graphviz
zip unzip acpi sfz viu glow
yt-dlp weechat hexyl bottom lm_sensors
- usbutils
+ usbutils libidn
# git
gitAndTools.gitAnnex git-bug git-appraise
# other things