From 1addbc221eee15e515d340b9d8edb5bb7fd1599b Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Wed, 7 Aug 2024 18:49:35 -0700 Subject: [PATCH] more stuff --- nix-darwin/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index bc3e894..edcea46 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -234,6 +234,9 @@ # User bin export PATH="$HOME/.local/bin:$PATH" + # GHCup + export PATH="$PATH:$HOME/.ghcup/bin" + # Nix if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi