Re-format with nixpkgs-fmt
1 file changed, 5 insertions(+), 6 deletions(-)
changed files
M system/settings/hardware/trezor.nix → system/settings/hardware/trezor.nix
@@ -1,14 +1,13 @@ -{ - config, - lib, - pkgs, - ... +{ config +, lib +, pkgs +, ... }: { services.trezord.enable = true; environment.systemPackages = with pkgs; [ gnupg pinentry - (python3.withPackages (ps: with ps; [trezor_agent wheel])) + (python3.withPackages (ps: with ps; [ trezor_agent wheel ])) trezor-suite ]; programs.gnupg.agent = {