Added git-crypt and .gitattributes

This commit is contained in:
Martin Berg Alstad 2025-03-01 14:25:51 +01:00
parent 5a36e23ae7
commit 443530b667
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 5 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
home-manager/secrets/weather-api-key filter=git-crypt diff=git-crypt

View File

@ -1,4 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ git-crypt ];
programs.git = {
enable = true;
userName = "Martin Berg Alstad";