diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix
index 7932e3e..3d9a7ce 100644
--- a/modules/home/hyprland/config.nix
+++ b/modules/home/hyprland/config.nix
@@ -60,7 +60,7 @@
valign = "center";
}
{
- text = ''cmd[update:18000000] echo " "$(date +'%d %b')" "'';
+ text = ''cmd[update:18000000] echo " "$(${pkgs.coreutils-full}/bin/date +'%d %b')" "'';
# color = $color7
font_size = 18;
#font_family = JetBrainsMono Nerd Font 10
@@ -70,7 +70,7 @@
valign = "center";
}
{
- text = ''cmd[update:18000000] echo "Feels like $(curl -s 'wttr.in?format=%t' | tr -d '+') "'';
+ text = ''cmd[update:18000000] echo "Feels like $(${pkgs.curl}/bin/curl -s 'wttr.in?format=%t' | ${pkgs.coreutils-full}/bin/tr -d '+') "'';
#color = $color7
font_size = 18;
# font_family = Geist Mono 10