tweak(git): remove git-crypt

This commit is contained in:
Infinidoge 2022-02-25 21:23:58 -05:00
parent fd2221ba7f
commit 227adc42e5

View file

@ -45,8 +45,4 @@
crypt = "!git-crypt"; crypt = "!git-crypt";
}; };
}; };
home.packages = with pkgs; [
git-crypt
];
} }