No description
Find a file
Tyler 6a74616f89
flake.lock: Update (#27)
Flake lock file updates:

• Updated input 'darwin':
    'github:nix-darwin/nix-darwin/75b99daa12b1fffd646d6c3cf13b06f1fa5cef63' (2025-05-27)
  → 'github:nix-darwin/nix-darwin/536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb' (2025-06-12)
• Updated input 'home-manager':
    'github:nix-community/home-manager/eee140958aa1171183fad3dc8dc3f0cda6af6460' (2025-06-09)
  → 'github:nix-community/home-manager/c5f345153397f62170c18ded1ae1f0875201d49a' (2025-06-14)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/70c74b02eac46f4e4aa071e45a6189ce0f6d9265' (2025-06-06)
  → 'github:nixos/nixpkgs/fd487183437963a59ba763c0cc4f27e3447dd6dd' (2025-06-12)
• Removed input 'nixpkgs-bitwarden'
• Updated input 'nixpkgs-unstable':
    'github:nixos/nixpkgs/3e3afe5174c561dee0df6f2c2b2236990146329f' (2025-06-07)
  → 'github:nixos/nixpkgs/ee930f9755f58096ac6e8ca94a1887e0534e2d81' (2025-06-13)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-20 20:53:38 -04:00
.github/workflows CI fixes (#28) 2025-06-20 14:32:05 -04:00
dot_config flake.lock: Update (#27) 2025-06-20 20:53:38 -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
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 Updating darwin to nixpkgs-unstable 2025-05-01 11:31:12 -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