No description
Flake lock file updates:
• Updated input 'nix-openclaw':
'github:openclaw/nix-openclaw/8aec0ac75e228dc1bacd691c97a527cb69a15b58?narHash=sha256-hfKiB8%2BuOatfKwKyNu/nzV7jW8ZllTvfvkzmyqVTdLw%3D' (2026-06-21)
→ 'github:openclaw/nix-openclaw/6f232e89add5e3ed03f316c224357e73f51d006a?narHash=sha256-S14YkgSz%2B/z60qhtd/hDsxv2mNPzgoshUlgHLBYWc68%3D' (2026-06-24)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/d6df3513510aa548c83868fd22bfddd0a8c0a0d4?narHash=sha256-uJZs9Di8I6ciTp6jiojj0HzlNpBkud8ax5aT/O5aJkw%3D' (2026-06-15)
→ 'github:NixOS/nixpkgs/9a1a7dbb18f0eb31c49b031babb8def7eab0af54?narHash=sha256-imdcA5fgbHK259bhHlyiiSr7bMY1AZ6onOWDdAcydc4%3D' (2026-06-23)
|
||
|---|---|---|
| .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