No description
Find a file
auto-upgrade 8de4e5eafd
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9a1a7dbb18f0eb31c49b031babb8def7eab0af54?narHash=sha256-imdcA5fgbHK259bhHlyiiSr7bMY1AZ6onOWDdAcydc4%3D' (2026-06-23)
  → 'github:NixOS/nixpkgs/03c72920da828594fae523aaef96f33dff10b340?narHash=sha256-sZkQH1CkiZtdvcaLx4sGQD9Q9h%2BA8qB04DRpqQCN530%3D' (2026-06-24)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/567a49d1913ce81ac6e9582e3553dd90a955875f?narHash=sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H%2BCNW1Ck8B%2B8%3D' (2026-06-16)
  → 'github:NixOS/nixpkgs/e73de5be04e0eff4190a1432b946d469c794e7b4?narHash=sha256-pGvFkM8N0xEkIIXDe5YYfbEAvHrk4IxBrjB/x8OomhE%3D' (2026-06-26)
2026-06-26 20:58:21 -03:00
.claude/commands Add /orient skill for agent onboarding 2026-05-28 18:53:56 -03:00
configs Refine Codex and Claude dashboard icons 2026-05-17 17:12:00 -03:00
home Add FluidSynth user service 2026-06-21 17:04:39 -03:00
hosts Wait for LG ThinQ DNS before Home Assistant 2026-06-22 20:40:55 -03:00
openclaw/documents openclaw 2026-04-02 19:31:37 -03:00
secrets Add OCI credentials and deploy script for NixOracle 2026-05-28 18:46:59 -03:00
.gitignore .gitignore 2026-04-19 13:11:44 -03:00
AGENTS.md Snapshot Lutris Wine saves locally 2026-05-28 20:38:06 -03:00
deploy-oracle.sh Add OCI credentials and deploy script for NixOracle 2026-05-28 18:46:59 -03:00
flake.lock flake.lock: Update 2026-06-26 20:58:21 -03:00
flake.nix Install agent CLIs on NixOracle 2026-06-21 17:03:21 -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