all repos — nixfiles @ a92f7499eb0fe30a9c487394b2a01b9ecea7f82e

System and user configuration, managed by nix and home-manager

trezor: install suite

Alan Pearce
commit

a92f7499eb0fe30a9c487394b2a01b9ecea7f82e

parent

81bba2553bcc1ae40f1fc3e1cab29bbdf2841768

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/settings/hardware/trezor.nixsystem/settings/hardware/trezor.nix
@@ -5,6 +5,7 @@ environment.systemPackages = with pkgs; [
gnupg pinentry (python3.withPackages(ps: with ps; [ trezor_agent wheel ])) + trezor-suite ]; programs.gnupg.agent = { enable = lib.mkForce false;