Compare commits

..

No commits in common. '477500f3cdda196948f76101c1baf5ddf839dec2' and 'f7b14c812f2d20ce6c26953319ee5b315d3c554c' have entirely different histories.

  1. 11
      nix-darwin/home.nix

@ -71,7 +71,6 @@
discord
gimp
vscode
gtkwave
# Utils
coreutils # *happy rms noises*
@ -87,7 +86,6 @@
sshfs
libqalculate
imagemagick
llvm
# Simulators
# ngspice
@ -236,15 +234,6 @@
# User bin
export PATH="$HOME/.local/bin:$PATH"
# GHCup
export PATH="$PATH:$HOME/.ghcup/bin"
# Super hacky and fucking stupid way of doing things - stuff
export PATH="/usr/local/llvm/bin:$PATH"
export LDFLAGS="-L/usr/local/llvm/lib $LDFLAGS"
export CPPFLAGS="-I/usr/local/llvm/include $CPPFLAGS"
export DYLD_LIBRARY_PATH="/usr/local/llvm/lib:$DYLD_LIBRARY_PATH"
# Nix
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi

Loading…
Cancel
Save