summaryrefslogtreecommitdiff
path: root/users/timmy/default.nix
AgeCommit message (Collapse)AuthorFilesLines
10 daysadd _zshenv options and remove .zprofile from home directory since it can be ↵HEADmasterTim Keller1-1/+9
linked via setting ZDOTDIR= in zshenv instead
2025-08-30dont create unnessesary userDirsTim Keller1-2/+7
2025-08-30refactor users activation. refactor home manager config to match nixos conf ↵Tim Keller1-0/+100
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.