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

• Updated input 'zen-browser':
    'github:youwen5/zen-browser-flake/bebce586893c7d441edd6cf9cf2cf62a1799361e?narHash=sha256-BZ%2BBHCINHSyyCOWo4pCJQU4T994iZLiw7lgFMNw%2BW9k%3D' (2026-04-28)
  → 'github:youwen5/zen-browser-flake/f9f70d14f9a57c7962c5cfe589461c1391044448?narHash=sha256-h%2BtXBNMDrsKbD1UnYw0IeSIT4RalHtIJ1GLOviib7/8%3D' (2026-05-01)
2026-05-01 10:02:33 -03:00
configs Keep TF2 fullscreen on focus loss 2026-04-30 21:05:53 -03:00
home software 2026-04-30 16:38:16 -03:00
hosts Expose JupyterLab on NixOracle 2026-04-26 19:29:09 -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 Document agent commit policy 2026-04-30 21:03:20 -03:00
flake.lock flake.lock: Update 2026-05-01 10:02:33 -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