No description
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/687f05a9184cad4eaf905c48b63649e3a86f5433?narHash=sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg%3D' (2026-05-18)
→ 'github:NixOS/nixpkgs/b77b3de8775677f84492abe84635f87b0e153f0f?narHash=sha256-nOesoDCiXcUftqbRBMz9tt4blI5PvljMWbm3kuCA%2B0s%3D' (2026-05-22)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/29916453413845e54a65b8a1cf996842300cd299?narHash=sha256-Ap9KJX%2B5xHIn3bPIpfNgT6MEXdAECECwo4/rmlQD74M%3D' (2026-05-23)
→ 'github:NixOS/nixpkgs/64c08a7ca051951c8eae34e3e3cb1e202fe36786?narHash=sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o%3D' (2026-05-23)
|
||
|---|---|---|
| configs | ||
| home | ||
| hosts | ||
| openclaw/documents | ||
| secrets | ||
| .gitignore | ||
| AGENTS.md | ||
| 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