diff --git a/hosts/hel/configuration.nix b/hosts/hel/configuration.nix index 8635494..ffc9c5a 100644 --- a/hosts/hel/configuration.nix +++ b/hosts/hel/configuration.nix @@ -34,7 +34,7 @@ services.pcscd.enable = true; programs.gnupg.agent = { enable = true; - pinentryPackage= pkgs.pinentry-curses; + pinentryPackage = pkgs.pinentry-curses; enableSSHSupport = true; }; system.stateVersion = "22.05"; diff --git a/modules/homeManager/role/nixos-workstation/default.nix b/modules/homeManager/role/nixos-workstation/default.nix index 941737f..e660d5f 100644 --- a/modules/homeManager/role/nixos-workstation/default.nix +++ b/modules/homeManager/role/nixos-workstation/default.nix @@ -32,7 +32,7 @@ lib; zoom-us ]; - services.gpg-agent.pinentryPackage= pkgs.pinentry-curses; + services.gpg-agent.pinentryPackage = pkgs.pinentry-curses; dconf.settings."org/gnome/desktop/wm/preferences".button-layout = ":minimize,maximize,close";