Update gpg pinentry
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
ssh-known-hosts-github = import ./ssh/known-hosts/github { inherit pkgs; };
|
||||
ssh-known-hosts-gitlab = import ./ssh/known-hosts/gitlab { inherit pkgs; };
|
||||
|
||||
vscode-extension-wdhongtw-gpg-indicator = import ./vscode/extensions/gpg-indicator {
|
||||
inherit pkgs;
|
||||
};
|
||||
|
||||
wsl-wl-clipboard = import ./wsl-wl-clipboard { inherit pkgs; };
|
||||
|
||||
yazi-plugin-custom-shell = import ./yazi/plugins/custom-shell { inherit pkgs; };
|
||||
|
10
packages/vscode/extensions/gpg-indicator/default.nix
Normal file
10
packages/vscode/extensions/gpg-indicator/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
# AUTO-UPDATE: nix-update --flake vscode-extension-wdhongtw-gpg-indicator
|
||||
pkgs.vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "wdhongtw";
|
||||
name = "gpg-indicator";
|
||||
version = "0.7.5";
|
||||
hash = "sha256-gRwpU/KQj/5eYIJe6BORERIkiLV8Chz7+gJMqb08+J0=";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user