profiles/git: move git-crypt to home manager profiles
This commit is contained in:
parent
63b8c31620
commit
256379f1cd
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
||||||
|
|
||||||
# delete merged branches
|
# delete merged branches
|
||||||
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
|
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
|
||||||
|
|
||||||
|
crypt = "!git-crypt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
git-crypt
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue