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

• Updated input 'darwin':
    'github:lnl7/nix-darwin/44a7d0e687a87b73facfe94fba78d323a6686a90' (2025-05-27)
  → 'github:lnl7/nix-darwin/19346808c445f23b08652971be198b9df6c33edc' (2025-06-06)
• Updated input 'home-manager':
    'github:nix-community/home-manager/60e4624302d956fe94d3f7d96a560d14d70591b9' (2025-05-31)
  → 'github:nix-community/home-manager/2d7d65f65b61fdfce23278e59ca266ddd0ef0a36' (2025-06-06)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/7282cb574e0607e65224d33be8241eae7cfe0979' (2025-05-28)
  → 'github:nixos/nixpkgs/4792576cb003c994bd7cc1edada3129def20b27d' (2025-06-05)
• Updated input 'nixpkgs-unstable':
    'github:nixos/nixpkgs/96ec055edbe5ee227f28cdbc3f1ddf1df5965102' (2025-05-28)
  → 'github:nixos/nixpkgs/d3d2d80a2191a73d1e86456a751b83aa13085d7d' (2025-06-05)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-09 10:05:47 -04:00
.github/workflows Update main.yml 2025-05-19 22:54:26 -04:00
dot_config flake.lock: Update (#26) 2025-06-09 10:05:47 -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