
Warning
These dotfiles are created for personal use and assume my workflow. Use at your own risk.
- Installation of NixOS
Important
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
nixos-generate-config --show-hardware-config > ./nixos/hosts/<host>/hardware-configuration.nix
git add .
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