nix-shell -p vim git
mkdir -p $HOME/git/dotfiles
git clone https://github.com/emanuel2718/nixos-config.git $HOME/git/dotfiles
sudo cp /etc/nixos/hardware-configuration.nix $HOME/git/dotfiles/machines/<MACHINE>/hardware.nix
cd $HOME/git/dotfiles
sudo nixos-rebuild switch --flake .#<MACHINE>
sudo reboot now
- add tmux sessionizer
- fully port Nvim config to nix (currently 50/50 lua/nix)