enable git-crypt on rico2

This commit is contained in:
Adithya 2023-06-02 12:08:23 +05:30
parent a4f4d50318
commit 182ccc39c6
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs,...}: {
imports = [
./neovim.nix
./starship.nix
@ -6,4 +6,8 @@
];
programs.git.enable = true;
environment.systemPackages = with pkgs; [
git-crypt
];
}