Reformat files with alejandra
1 file changed, 6 insertions(+), 3 deletions(-)
changed files
M system/settings/programs/gnupg.nix → system/settings/programs/gnupg.nix
@@ -1,10 +1,13 @@ -{ 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/"; }