install agenix cli

This commit is contained in:
Adithya 2023-07-28 16:25:19 +05:30
parent df2647b99a
commit 60ee7db19c
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 2 deletions

View file

@ -23,9 +23,9 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
_1password-gui _1password-gui
agenix
discord discord
evince evince
git-crypt
gnome.eog gnome.eog
gnome.gnome-system-monitor gnome.gnome-system-monitor
gnome3.gnome-disk-utility gnome3.gnome-disk-utility

View file

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