From 0b9a9d825e740850faf2bd7c79bb1c94e0121631 Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 8 Jun 2024 18:07:19 +0100 Subject: [PATCH] chore(xmonad): made build script use $HOME --- .config/xmonad/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/build b/.config/xmonad/build index 0df4fe0..ac9676b 100755 --- a/.config/xmonad/build +++ b/.config/xmonad/build @@ -1,6 +1,6 @@ # ~/.config/xmonad/build #!/bin/sh -exec stack ghc -- \ +exec $HOME/.ghcup/bin/stack ghc -- \ --make xmonad.hs \ -i \ -ilib \