ANIX — The Human Layer
ANIX is Abora's human layer on top of NixOS. It handles the complexity so you don't have to.
What ANIX Handles
- •Snapshots and rollback history management
- •Config safety and Git integration
- •System generation tracking
- •Automatic activation hooks
Your System Config
# Single config file = entire system
config = {
desktop = "gnome" # or kde, hyprland, i3, etc
username = "user"
locale = "en_US.UTF-8"
timezone = "America/New_York"
packages = [ "firefox" "vim" "git" ]
}