This repository contains my personal infrastructure as code and host configurations.
It is built as a Nix flake using the Den framework and organized into reusable modules for:
- host definitions
- desktop environments
- system and user profiles
- services
- custom packages
modules/: reusable modules (base system, hosts, services, desktop, tooling, etc.)pkgs/by-name/: local package definitionsfiles/: static files copied into target systems_to_migrate/: legacy or in-progress migration content
nix developnix fmtnix flake checknix build .#nixosConfigurations.<host>.config.system.build.toplevelsudo nixos-rebuild switch --flake .#<host>flake.nixis auto-generated. Usenix run .#write-flaketo regenerate it.