refactor(nix): Move pass and gpg to common

This commit is contained in:
Ahmad Ansori Palembani 2024-11-06 07:28:26 +07:00
parent 1918e552b5
commit 100b59f2f6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 3 additions and 4 deletions

View file

@ -18,5 +18,7 @@ in {
pkgs.ruby
pkgs._7zz
pkgs.enchive
(pkgs.pass.withExtensions (exts: [ exts.pass-otp ]))
pkgs.gnupg
];
}