all repos — nixfiles @ a92f7499eb0fe30a9c487394b2a01b9ecea7f82e

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

trezor: install suite
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 02:50:05 +0200
commit

a92f7499eb0fe30a9c487394b2a01b9ecea7f82e

parent

81bba2553bcc1ae40f1fc3e1cab29bbdf2841768

1 files changed, 1 insertions(+), 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;