trezor: install suite
1 file changed, 1 insertion(+), 0 deletions(-)
M system/settings/hardware/trezor.nix → system/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;