🛠️ Installation Make a backup of your current nixos configurations: doas mv /etc/nixos{,.bak} Clone the starter: doas git clone [email protected]:EkoEdyPurwanto/nixos.git /etc/ Remove the .git folder, so you can add it to your own repo later: doas rm -rf /etc/nixos/.git Note: if you're not using doas, replace with sudo