Compare commits

...

3 Commits

  1. 8
      nix-darwin/home.nix

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