feat: add git-crypt

- Set up git-crypt for encrypted secrets on y2q
This commit is contained in:
toast 2025-12-06 21:46:10 +09:00
parent b4bbf014a8
commit bd9cb2afff
4 changed files with 4 additions and 0 deletions

View file

@ -6,5 +6,6 @@ pkgs.mkShell {
home-manager
git
sops
git-crypt
];
}