No description
Flake lock file updates:
• Updated input 'nix-openclaw':
'github:openclaw/nix-openclaw/9a06fba241fa4f4806eefcb738c883dae230598c?narHash=sha256-v59l9z8n37L5G35N28m4Sh%2BY4/ZDBvuOmlEj7sIftko%3D' (2026-06-01)
→ 'github:openclaw/nix-openclaw/48bd7a29e1904b0e0926aa94e44da14fa5b1f196?narHash=sha256-EVt8AItP8DtX96ZVAMt1JwavSE/28zAM6maIA5MD0Bc%3D' (2026-06-06)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/25f538306313eae3927264466c70d7001dcea1df?narHash=sha256-ZsIrKmhp4vbBXoXXmR/tBXA/UCsAQiJL9vsgZEduhVY%3D' (2026-05-26)
→ 'github:NixOS/nixpkgs/535f3e6942cb1cead3929c604320d3db54b542b9?narHash=sha256-2v9lT4ya59Lh1FqPeLnz1MoX9y/wz2huqfe9RtQZITk%3D' (2026-06-03)
• Updated input 'zen-browser':
'github:youwen5/zen-browser-flake/2e2c38ba20a3d614d0196e0aa44851547306e861?narHash=sha256-M/2bCPYjiBTkDNV29J/00z10RM3yYnL9X74RqAHDme0%3D' (2026-05-28)
→ 'github:youwen5/zen-browser-flake/8c62bc6a72ac5a5b8d1b41b2b88dfed9d9932c48?narHash=sha256-ngPdHinPyF0AMxRr32qt%2BTZCv0sagmooBW14u6DfjSU%3D' (2026-06-05)
|
||
|---|---|---|
| .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