No description
Flake lock file updates:
• Updated input 'nix-openclaw':
'github:openclaw/nix-openclaw/a60fb12d461edfdadb6dca65a3b72230e35014ad?narHash=sha256-/F/4Kg7t7accuaAzc8khMyK%2BxXReXjpU9Tn4L0LrnyI%3D' (2026-06-10)
→ 'github:openclaw/nix-openclaw/8aec0ac75e228dc1bacd691c97a527cb69a15b58?narHash=sha256-hfKiB8%2BuOatfKwKyNu/nzV7jW8ZllTvfvkzmyqVTdLw%3D' (2026-06-21)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e820eb4a444b46a19b2e03e8dfd2359439ff30fe?narHash=sha256-Fwd1%2BspDtQ0hDyBwme6ufG3n4mY0UrjjFdYHv%2BG/Hds%3D' (2026-06-08)
→ 'github:NixOS/nixpkgs/d6df3513510aa548c83868fd22bfddd0a8c0a0d4?narHash=sha256-uJZs9Di8I6ciTp6jiojj0HzlNpBkud8ax5aT/O5aJkw%3D' (2026-06-15)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/a799d3e3886da994fa307f817a6bc705ae538eeb?narHash=sha256-3av0pIjlOWQ6rDbNOmpUSvbNnJkGORQKKjb4LtCZsIY%3D' (2026-06-06)
→ 'github:NixOS/nixpkgs/567a49d1913ce81ac6e9582e3553dd90a955875f?narHash=sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H%2BCNW1Ck8B%2B8%3D' (2026-06-16)
• Updated input 'zen-browser':
'github:youwen5/zen-browser-flake/8c62bc6a72ac5a5b8d1b41b2b88dfed9d9932c48?narHash=sha256-ngPdHinPyF0AMxRr32qt%2BTZCv0sagmooBW14u6DfjSU%3D' (2026-06-05)
→ 'github:youwen5/zen-browser-flake/4bca251cd556677f7b765ff324d1638ae215be13?narHash=sha256-1OSYOGuJp/NoODmSHjsz%2B6TB/kSilJ%2BBsFihjY7TTnc%3D' (2026-06-19)
|
||
|---|---|---|
| .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