Compare commits

...

3 Commits

  1. 8
      nix-darwin/home.nix

@ -71,6 +71,7 @@
discord discord
# Utils # Utils
coreutils # *happy rms noises*
stow stow
curl curl
wget wget
@ -82,6 +83,9 @@
ripgrep ripgrep
sshfs sshfs
# Simulators
ngspice
# Cringe # Cringe
pfetch pfetch
neofetch neofetch
@ -209,6 +213,7 @@
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
@ -233,6 +238,9 @@
# 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