home/natto/secrets: add .gitconfig

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-04-03 06:43:13 +05:30
parent d4f56a19e9
commit f878d1e343
8 changed files with 37 additions and 36 deletions

View File

@@ -15,6 +15,11 @@
path = "${home}/.zshrc";
mode = "660";
};
gitconfig = {
file = ./.gitconfig.age;
path = "${home}/.gitconfig";
mode = "660";
};
};
};
}