add git-crypt

This commit is contained in:
Adithya 2023-08-05 14:00:40 +05:30
parent fcef7496e3
commit 62e0631982
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
_1password-gui
discord
evince
git-crypt
gnome.eog
gnome.gnome-system-monitor
gnome3.gnome-disk-utility

View file

@ -8,5 +8,6 @@
programs.git.enable = true;
environment.systemPackages = with pkgs; [
git-crypt
];
}