This repository contains my personal NixOS system configuration using flakes.
modules/- System and home manager moduleshosts/kuwadorian/- Host-specific configuration for kuwadorian systemsecrets/- Encrypted secrets managed with agenixpkgs/- Custom Nix packages
- Home Manager integration for user environment
- Modular configuration approach
- Secret management via agenix
- Development tools and editors (Zed, Neovim)
- Custom window manager (oxwm)
Build the system:
nix build .#nixosConfigurations.kuwadorian.config.system.build.toplevelSwitch to configuration:
sudo nixos-rebuild switch --flake .#kuwadorianUpdate flake lock:
nix flake update