From fe6c96adddfeebcb11d95521224ec7b561d2bcd8 Mon Sep 17 00:00:00 2001 From: ulve Date: Fri, 19 Jun 2026 13:03:35 +0200 Subject: [PATCH] add tealdeer, dust, lsof, fix weather location --- config/waybar/weather.sh | 2 +- home.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/waybar/weather.sh b/config/waybar/weather.sh index 952809b..eac2f18 100755 --- a/config/waybar/weather.sh +++ b/config/waybar/weather.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -result=$(curl -sf --max-time 10 "wttr.in/?format=+%c%t") +result=$(curl -sf --max-time 10 "wttr.in/Umea,Sweden?format=+%c%t") if [ $? -eq 0 ] && [ -n "$result" ]; then echo "$result" else diff --git a/home.nix b/home.nix index d7655e9..1f025f7 100644 --- a/home.nix +++ b/home.nix @@ -323,7 +323,10 @@ btop # resource monitor fd # fast find alternative ripgrep # fast grep alternative - asciinema # terminal recording + tealdeer # tldr pages + du-dust # intuitive disk usage + lsof # list open files + asciinema # terminal recording # file managers yazi # terminal file manager