aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/git.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-19switch to the newer version of nixfmtFranck Cuny1-7/+11
`nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository.
2024-12-18use ssh instead of http when working on my repositoriesFranck Cuny1-0/+3
2024-12-16configure the git email correctlyFranck Cuny1-3/+9
The syntax for `hasconfig' was not correct, and as a result the wrong email was selected. I verified this one is working as expected.
2024-12-16refactor home-managerFranck Cuny1-0/+59
Only install what's needed for specific OSes.