Compare commits

..

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

  1. 8
      nix-darwin/home.nix

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

Loading…
Cancel
Save