No description
Find a file
Tyler d268f8b516
flake.lock: Update (#33)
Flake lock file updates:

• Updated input 'darwin':
    'github:nix-darwin/nix-darwin/536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb?narHash=sha256-MEM9XXHgBF/Cyv1RES1t6gqAX7/tvayBC1r/KPyK1ls%3D' (2025-06-12)
  → 'github:nix-darwin/nix-darwin/536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb' (2025-06-12)
• Updated input 'helix':
    'github:helix-editor/helix/e7ac2fcdecfdbf43a4f772e7f7c163b43b3d0b9b?narHash=sha256-wGfX2YcD9Hyqi7sQ8FSqUbN8/Rhftp01YyHoTWYPL8U%3D' (2025-01-19)
  → 'github:helix-editor/helix/e7ac2fcdecfdbf43a4f772e7f7c163b43b3d0b9b' (2025-01-19)
• Updated input 'home-manager':
    'github:nix-community/home-manager/e8c19a3cec2814c754f031ab3ae7316b64da085b?narHash=sha256-S%2BwmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR%2Bkw%3D' (2025-07-15)
  → 'github:nix-community/home-manager/7c78e592a895f2f1921f0024848fe193e2f8518e' (2025-07-17)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/32a4e87942101f1c9f9865e04dc3ddb175f5f32e?narHash=sha256-f3pO%2B9lg66mV7IMmmIqG4PL3223TYMlnlw%2Bpnpelbss%3D' (2025-07-15)
  → 'github:nixos/nixpkgs/32a4e87942101f1c9f9865e04dc3ddb175f5f32e' (2025-07-15)
• Updated input 'nixpkgs-unstable':
    'github:nixos/nixpkgs/62e0f05ede1da0d54515d4ea8ce9c733f12d9f08?narHash=sha256-JHQbm%2BOcGp32wAsXTE/FLYGNpb%2B4GLi5oTvCxwSoBOA%3D' (2025-07-14)
  → 'github:nixos/nixpkgs/62e0f05ede1da0d54515d4ea8ce9c733f12d9f08' (2025-07-14)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-17 21:10:40 -04:00
.github Update main.yml 2025-07-17 21:09:54 -04:00
dot_config flake.lock: Update (#33) 2025-07-17 21:10:40 -04:00
private_dot_local/bin Added script, added jetbrain IDEs to config 2025-05-15 22:11:47 -04:00
.chezmoi.toml.tmpl New encyption scheme 2024-09-30 20:09:37 -04:00
.chezmoiignore New encyption scheme 2024-09-30 20:09:37 -04:00
.gitignore updated lock file 2025-07-05 00:40:25 -04:00
key.txt.age New encyption scheme 2024-09-30 20:09:37 -04:00
README.md Update README.md 2025-03-20 22:10:11 -04:00
run_nix-rebuild.sh cleanup 2025-07-07 22:23:37 -04:00
run_once_before_decrypt-private-key.sh.tmpl Trying to get macos to work 2024-12-03 16:05:21 -05:00

My dotfiles for maintaining my configuration

Required programs

  • nix : package manager
  • home-manager: config manager
  • chezmoi: dotfiles manager

Steps

Minimal NixOS install

  1. Set hostname to desired machine (mal, wash, etc...)
  2. nix-shell -p chezmoi
  3. chezmoi init --apply https://github.com/tmayoff/.dotfiles.got

Existing NixOS

TODO

Non NixOS

TODO

Darwin

TODO

Docs

Based on this repo: https://github.com/Misterio77/nix-starter-configs