chore(xmonad): made build script use $HOME

This commit is contained in:
2024-06-08 18:07:19 +01:00
parent d73b7c8ef1
commit 0b9a9d825e

View File

@@ -1,6 +1,6 @@
# ~/.config/xmonad/build
#!/bin/sh
exec stack ghc -- \
exec $HOME/.ghcup/bin/stack ghc -- \
--make xmonad.hs \
-i \
-ilib \