✨ Added git-crypt and .gitattributes
This commit is contained in:
parent
5a36e23ae7
commit
443530b667
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
home-manager/secrets/weather-api-key filter=git-crypt diff=git-crypt
|
@ -1,4 +1,8 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ git-crypt ];
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Martin Berg Alstad";
|
userName = "Martin Berg Alstad";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user