Added git-crypt and .gitattributes

This commit is contained in:
2025-03-01 14:25:51 +01:00
parent 5a36e23ae7
commit 443530b667
2 changed files with 5 additions and 0 deletions

View File

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