No description
Find a file
Tyler 449f54740f
flake.lock: Update (#24)
Flake lock file updates:

• Updated input 'darwin':
    'github:lnl7/nix-darwin/b9b927dd1f24094b271e8ec5277a672dc4fc860d' (2025-05-17)
  → 'github:lnl7/nix-darwin/e0a7c37735338d5155d70cf46e24b4b0db42a612' (2025-05-24)
• Updated input 'home-manager':
    'github:nix-community/home-manager/ae755329092c87369b9e9a1510a8cf1ce2b1c708' (2025-05-16)
  → 'github:nix-community/home-manager/c3d48a17aad6778348abb1c4109add90cc42107c' (2025-05-24)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/e06158e58f3adee28b139e9c2bcfcc41f8625b46' (2025-05-15)
  → 'github:nixos/nixpkgs/55d1f923c480dadce40f5231feb472e81b0bab48' (2025-05-22)
• Updated input 'nixpkgs-unstable':
    'github:nixos/nixpkgs/e06158e58f3adee28b139e9c2bcfcc41f8625b46' (2025-05-15)
  → 'github:nixos/nixpkgs/063f43f2dbdef86376cc29ad646c45c46e93234c' (2025-05-23)
• Updated input 'stylix':
    'github:danth/stylix/20ace60f9cb5e179cb2256abaee505780df8e804' (2025-05-01)
  → 'github:danth/stylix/66f554e4e32d804bcf2c007a7b7efef04a3773b0' (2025-05-20)

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