aboutsummaryrefslogtreecommitdiff
path: root/home/git/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-07home: misc fixesFranck Cuny1-1/+1
2022-04-07initial attempt to reconfigure home-managerFranck Cuny1-2/+6
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.
2022-03-05git: sign with GPG only when one desktopFranck Cuny1-10/+4
Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets.
2022-03-05git: nixfmtFranck Cuny1-3/+1
2022-02-13home-manager: typo in git moduleFranck Cuny1-0/+2
2022-02-13gpg: set default keyFranck Cuny1-0/+4
And use the default key for signing with git.
2022-02-12home-manager: typoFranck Cuny1-1/+1
I need something to help with lint/validation ...
2022-02-12home-manager: git credential helpers configurationFranck Cuny1-0/+9
2022-02-12home-manager: re-organize configuration for myselfFranck Cuny1-0/+0
2022-02-09git: update list of things to ignoreFranck Cuny1-1/+21
2022-02-09home-manager: add more common programsFranck Cuny1-0/+20
Add git configuration and move go to its own module.