Nix flake configuration for my machines.
- diego - macOS (darwin)
- davor - NixOS (x86_64-linux)
# macOS
darwin-rebuild switch --flake .
# NixOS
sudo nixos-rebuild switch --flake .flake.nix # Entry point
hosts/ # Host-specific configs
shared/ # Shared modules (home-manager, packages)
configs/ # Dotfiles (nvim, zsh, tmux, etc.)
All personal data (name, email, SSH keys) is defined in flake.nix. Update the
let block to make it your own.