Add git-crypt
This commit is contained in:
parent
09af4c843b
commit
6c567b9d58
2 changed files with 4 additions and 1 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
secret/** filter=git-crypt diff=git-crypt
|
|
@ -1,10 +1,12 @@
|
|||
{ config, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
let
|
||||
config-work-nedeco = "${config.xdg.configHome}/git/config-work-nedeco";
|
||||
config-work-wdw = "${config.xdg.configHome}/git/config-work-wdw";
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.git-crypt ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue