flake/modules/packages/crypto.nix

7 lines
98 B
Nix
Raw Permalink Normal View History

{lib, config, pkgs, ...}: {
users.users.lyn.packages = with pkgs; [
pinentry
gnupg
];
}