From 7b40095c1bdaf5698c92ec0dabad6f292ceac714 Mon Sep 17 00:00:00 2001 From: Tygo van den Hurk Date: Mon, 5 Aug 2024 22:23:57 +0200 Subject: [PATCH] Added Gnu Privacy Guard to the installed packages --- modules/common/environment/systemPackages/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/common/environment/systemPackages/default.nix b/modules/common/environment/systemPackages/default.nix index 0c4bc87..8cd4c70 100644 --- a/modules/common/environment/systemPackages/default.nix +++ b/modules/common/environment/systemPackages/default.nix @@ -22,8 +22,9 @@ arguments @ { config, pkgs, lib, machine-settings, ... } : ( builtins.trace "Loa yt-dlp # Downloading Youtube video's octaveFull # Open Source version of MathLab zoxide # A beter way of doing `cd`. - bat # A beter way of doing `cat`. #TODO : make an alias for 'cat' to 'bat --paging=never'. - zip unzip # For Working with ZIP archives + bat # A beter way of doing `cat`. + zip unzip # For Working with ZIP archives. + gnupg # for signing code. #| Terminal user interfaces lazygit # A TUI for interacting with git