From 765c01e8f3d6c850257b2d23ae9cc5a424b8e285 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 21 Feb 2024 21:35:02 +0100 Subject: [PATCH] Add gnupg --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 58c9060..25aae04 100644 --- a/configuration.nix +++ b/configuration.nix @@ -64,6 +64,7 @@ environment.systemPackages = with pkgs; [ vim git + gnupg # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget ];