No description
Find a file
auto-upgrade 8169815af9
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d7a713c0b7e47c908258e71cba7a2d77cc8d71d5?narHash=sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI%3D' (2026-05-14)
  → 'github:NixOS/nixpkgs/687f05a9184cad4eaf905c48b63649e3a86f5433?narHash=sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg%3D' (2026-05-18)
2026-05-19 14:57:14 -03:00
configs Refine Codex and Claude dashboard icons 2026-05-17 17:12:00 -03:00
home Fix local agent runtime context 2026-05-09 19:54:15 -03:00
hosts Stop cooling early in laundry drying 2026-05-17 20:01:21 -03:00
openclaw/documents openclaw 2026-04-02 19:31:37 -03:00
secrets Clean paths and refresh agent docs 2026-04-22 16:52:05 -03:00
.gitignore .gitignore 2026-04-19 13:11:44 -03:00
AGENTS.md Use ChatGPT web usage for Codex status 2026-05-17 16:00:22 -03:00
flake.lock flake.lock: Update 2026-05-19 14:57:14 -03:00
flake.nix Add minimal NixOracle host config 2026-04-26 18:53:29 -03:00
README.md Add repository README 2026-04-06 20:52:03 -03:00

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 configuration
  • hosts/Nixos/hardware-configuration.nix: hardware config (generated by NixOS)
  • home/ltadeu6.nix: Home Manager configuration
  • configs/: 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