Personal NixOS and macOS (nix-darwin) configuration. Most of the config files work on other distros too.
hosts/: Host-specific configurationsdarwin/: macOS hosts (e.g.,macbook)nixos/: NixOS hosts (e.g.,ideapad)
modules/: Reusable modulescommon/: Shared modules for both NixOS and Darwin (fonts, nix settings)darwin/: macOS-specific modules (homebrew, nix)nixos/: NixOS-specific modules (desktop, hardware, security, services, system)home/: Home Manager modulescommon/: Cross-platform (cli, fish, git, vscodium)linux/: Linux-specific (apps, media, ui, xdg)
config/: Dotfiles symlinked via Home Manager (fish, ghostty, hypr, rofi, etc.)nix/: Devshell configuration
git clone https://github.com/axseem/dotfiles.git
cd dotfiles
sudo nixos-rebuild switch --flake .#ideapadgit clone https://github.com/axseem/dotfiles.git
cd dotfiles
darwin-rebuild switch --flake .#macbook