Re-format with nixpkgs-fmt
1 file changed, 5 insertions(+), 6 deletions(-)
changed files
M system/settings/programs/gnupg.nix → system/settings/programs/gnupg.nix
@@ -1,13 +1,12 @@ -{ - config, - pkgs, - lib, - ... +{ config +, pkgs +, lib +, ... }: { environment.systemPackages = with pkgs; [ gnupg pinentry - (python3.withPackages (ps: with ps; [trezor_agent wheel])) + (python3.withPackages (ps: with ps; [ trezor_agent wheel ])) ]; environment.variables.GNUPGHOME = "$HOME/.gnupg/trezor/"; }