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

• Updated input 'home-manager':
    'github:nix-community/home-manager/389b83002efc26f1145e89a6a8e6edc5a6435948?narHash=sha256-OVHdCqXXUF5UdGkH%2BFF2ZL06OLZjj2kvP2dIUmzVWoo%3D' (2026-05-10)
  → 'github:nix-community/home-manager/e1fd7350f4410972bcb8c42a697d8c924ffe642a?narHash=sha256-P2krpSkFVYJ89bgsnAZ9RtQiGwiTW77sfSJp9SEDscM%3D' (2026-05-12)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/549bd84d6279f9852cae6225e372cc67fb91a4c1?narHash=sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9%2BhrDTkDU%3D' (2026-05-05)
  → 'github:NixOS/nixpkgs/da5ad661ba4e5ef59ba743f0d112cbc30e474f32?narHash=sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA%3D' (2026-05-10)
2026-05-12 16:13:19 -03:00
configs Keep TF2 fullscreen on focus loss 2026-04-30 21:05:53 -03:00
home Fix local agent runtime context 2026-05-09 19:54:15 -03:00
hosts Increase Ollama context for agents 2026-05-09 20:18:45 -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 Increase Ollama context for agents 2026-05-09 20:18:45 -03:00
flake.lock flake.lock: Update 2026-05-12 16:13:19 -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