summaryrefslogtreecommitdiff
path: root/home-manager/clone-repos.nix
AgeCommit message (Collapse)AuthorFilesLines
10 daysadd _zshenv options and remove .zprofile from home directory since it can be ↵HEADmasterTim Keller1-3/+1
linked via setting ZDOTDIR= in zshenv instead
12 dayslink .zprofile with mkOutOfStoreSymlink instead of running ln -s imperativelyTim Keller1-7/+3
2025-08-30replace mimewiz with xdg-mime optionTim Keller1-7/+0
2025-08-30clone repos to docs/src not just docsTim Keller1-5/+5
2025-08-30refactor users activation. refactor home manager config to match nixos conf ↵Tim Keller1-0/+47
and move tjkeller archetypes to users/timmy. update many of the exising home manager configs to be nicer and better organized. profile archetypes now include homeconfigs which can be enabled per user, and are setup using a new mkProfileArchetype function.