Add gnupg

This commit is contained in:
ItsDrike 2024-02-21 21:35:02 +01:00
parent 09d8df824f
commit 765c01e8f3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -64,6 +64,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
git git
gnupg
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
]; ];