- z for quickly changing directories.
core
can be installed with stow.
mkdir -p "$HOME/bin"
stow -t "$HOME" core
If you don't have stow, you can use core/bin/ministow
:
core/bin/ministow -t "$HOME" core
Add the nixos-hardware channel:
sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
sudo nix-channel --update