No description
Flake lock file updates:
• Updated input 'zen-browser':
'github:youwen5/zen-browser-flake/90d4d395e2be09b2d314816dadd34660528c4ee4?narHash=sha256-hJlFMK7Es783KU/mhLEGC%2Bxim/EqBMVdbsWgthquo6Y%3D' (2026-05-15)
→ 'github:youwen5/zen-browser-flake/3ff570b75cf068b0f25d0c2b3a77a0e546a4067b?narHash=sha256-4bQ5dL7zbP2vKu5kfsEJICxGG3ATsOW7sP2QvaXGkHM%3D' (2026-05-26)
|
||
|---|---|---|
| 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