Flake-based NixOS config
bash <(curl --proto '=https' --tlsv1.2 -L https://raw.githubusercontent.com/caioaao/dotfiles/main/bootstrap.sh)For the cloud dev instance:
NIXOS_FLAKE_CONFIG=nixos-cloud bash <(curl --proto '=https' --tlsv1.2 -L https://raw.githubusercontent.com/caioaao/dotfiles/main/bootstrap.sh)- Nix/NixOS for global configuration, dependency management
- GNU Stow for user configuration - I don't want to deal with home-manager yet
sudo nixos-rebuild switch --flake .#nixossudo nixos-rebuild switch --flake .#nixos-cloudsudo darwin-rebuild switch --flake .#darwin-
https://github.com/esigs/.dotfiles A simple flake-based approach with GNU stow
-
https://github.com/dustinlyons/nixos-config Very feature-complete multi-host config. Uses nix-darwin and home-manager