No description
Find a file
Tyler 4740074da6
flake.lock: Update (#23)
Flake lock file updates:

• Removed input 'cosmic'
• Removed input 'cosmic/flake-compat'
• Removed input 'cosmic/nixpkgs'
• Removed input 'cosmic/nixpkgs-stable'
• Removed input 'cosmic/rust-overlay'
• Removed input 'cosmic/rust-overlay/nixpkgs'
• Updated input 'darwin':
    'github:lnl7/nix-darwin/6cb36e8327421c61e5a3bbd08ed63491b616364a' (2025-05-08)
  → 'github:lnl7/nix-darwin/b9b927dd1f24094b271e8ec5277a672dc4fc860d' (2025-05-17)
• Updated input 'home-manager':
    'github:nix-community/home-manager/fb061f555f821fe4fb49f8f6f2a0cc3d5728bd52' (2025-05-12)
  → 'github:nix-community/home-manager/ae755329092c87369b9e9a1510a8cf1ce2b1c708' (2025-05-16)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d89fc19e405cb2d55ce7cc114356846a0ee5e956' (2025-05-10)
  → 'github:nixos/nixpkgs/e06158e58f3adee28b139e9c2bcfcc41f8625b46' (2025-05-15)
• Updated input 'nixpkgs-unstable':
    'github:nixos/nixpkgs/d89fc19e405cb2d55ce7cc114356846a0ee5e956' (2025-05-10)
  → 'github:nixos/nixpkgs/e06158e58f3adee28b139e9c2bcfcc41f8625b46' (2025-05-15)

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