From 5990cbd6d4d00ef3eb2c6a5cce8096348ba4baa9 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Fri, 14 Jun 2024 23:05:28 +0800 Subject: [PATCH] feat: init conf add gnupg --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cf94acd..e90266c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,7 +53,7 @@ }; environment.systemPackages = with pkgs; [ - vim zsh tmux git curl wget gcc gnumake cmake + vim zsh tmux git curl wget gcc gnumake cmake gnupg ]; system.stateVersion = "24.05"; # Did you read the comment?