✨ Added git-crypt and .gitattributes
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ git-crypt ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Martin Berg Alstad";
|
||||
|
Reference in New Issue
Block a user