- Installation of NixOS
Replace <host>
below with preferred host configuration (one of atlas
, aurora
).
export NIX_CONFIG="experimental-features = nix-command flakes"
nix shell nixpkgs#git
git clone --depth=1 https://github.com/chilipizdrick/dotfiles.git
cd dotfiles
cp -f /etc/nixos/hardware-configuration.nix ./nixos/hosts/<host>/hardware-configuration.nix
sudo nixos-rebuild switch --flake .#<host>
home-manager switch --flake .
- zDyant and Ja.KooLit for creating insanely cool dotfiles
- Gabriel Fontes for creating comprehensive and comprehensible starting templates for NixOS and home-manager configurations