No description
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/03c72920da828594fae523aaef96f33dff10b340?narHash=sha256-sZkQH1CkiZtdvcaLx4sGQD9Q9h%2BA8qB04DRpqQCN530%3D' (2026-06-24)
→ 'github:NixOS/nixpkgs/3cac626ec5e3703e835f227687e88aa9e2f25701?narHash=sha256-8/X3yyTXiE82b38n32ItbOqfWOVBl%2BgKa8fILyZfR4Q%3D' (2026-06-26)
• Updated input 'zen-browser':
'github:youwen5/zen-browser-flake/4bca251cd556677f7b765ff324d1638ae215be13?narHash=sha256-1OSYOGuJp/NoODmSHjsz%2B6TB/kSilJ%2BBsFihjY7TTnc%3D' (2026-06-19)
→ 'github:youwen5/zen-browser-flake/907465791e7064d86d37964dd95e23280dfb68da?narHash=sha256-pqFaCAV%2Bg8H%2Bp0kE4vYn9ZgcEFvt644zGy7SyCdf9c8%3D' (2026-06-28)
|
||
|---|---|---|
| .claude/commands | ||
| configs | ||
| home | ||
| hosts | ||
| openclaw/documents | ||
| secrets | ||
| .gitignore | ||
| AGENTS.md | ||
| deploy-oracle.sh | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
NixOS Personal Configs
This repository contains the NixOS and Home Manager configuration for my personal computer. It is tailored to my hardware and workflow, so treat it as a reference rather than a drop-in template.
Disclaimer
Not for production use. Use at your own risk.
Structure
hosts/Nixos/configuration.nix: main system configurationhosts/Nixos/hardware-configuration.nix: hardware config (generated by NixOS)home/ltadeu6.nix: Home Manager configurationconfigs/: app configs (Hyprland, Waybar, Doom Emacs, etc.)secrets/: agenix rules and encrypted secrets (no plaintext secrets)openclaw/: OpenClaw documents
Notes
- Secrets are managed with agenix and are not stored in plaintext in this repo.
- This setup is specific to my machine; use with care if you copy anything.
Apply changes
- Rebuild system:
sudo nixos-rebuild switch --flake .#Nixos - Basic syntax check:
nix-instantiate --parse hosts/Nixos/configuration.nix