aboutsummaryrefslogtreecommitdiff
path: root/home/git (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-26feat(home/git): add credential configuration for cl.fcuny.netFranck Cuny1-0/+1
Change-Id: I94e28dc52d69c3c2ee4d59a0109c9ae32402fb2c
2022-05-18feat(git): add a template for commit messagesFranck Cuny2-40/+66
In order to write good commit message, having a reminder of how to write them is useful. This template provides some guidance to categorize the change and how to phrase the description.
2022-04-07home: misc fixesFranck Cuny1-1/+1
2022-04-07initial attempt to reconfigure home-managerFranck Cuny1-0/+51
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited.