master
Elias Almqvist 4 months ago
parent f7b14c812f
commit 1addbc221e
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      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

Loading…
Cancel
Save