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?