Compare commits

..

No commits in common. 'f4a12680faf9f35bf3df128e6b5accfb022a2e46' and 'c725379007dec524d92307346bad027492562a83' have entirely different histories.

  1. 8
      nix-darwin/home.nix

@ -71,7 +71,6 @@
discord
# Utils
coreutils # *happy rms noises*
stow
curl
wget
@ -83,9 +82,6 @@
ripgrep
sshfs
# Simulators
ngspice
# Cringe
pfetch
neofetch
@ -213,7 +209,6 @@
xpaste = "pbpaste";
ccd = "echo $PWD | xcopy";
cr = "cd $(git rev-parse --show-toplevel)";
nd = "nix develop -c $SHELL";
};
# initExtra = ''
# # Function to check if we're in a nix-shell
@ -238,9 +233,6 @@
# Scripts path
export PATH="$HOME/.scripts:$PATH"
# User bin
export PATH="$HOME/.local/bin:$PATH"
# Nix
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi

Loading…
Cancel
Save