1
0
Fork 0

Fix gpg-agent

This commit is contained in:
Malte Brandy 2020-05-22 01:09:19 +02:00
parent 5ed5086f84
commit 48cf184e84
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 7 deletions

View file

@ -7,13 +7,8 @@ in {
m-0.colors = colors; m-0.colors = colors;
home = { home = {
packages = builtins.attrValues desktop-pkgs; packages = builtins.attrValues desktop-pkgs;
file = { file.".zprofile".text =
".zprofile".text = '' ". $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh";
. "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
'';
".gnupg/gpg-agent.conf".text =
"pinentry-program ${pkgs.pinentry.gnome3}/bin/pinentry";
};
}; };
gtk = { gtk = {
enable = true; enable = true;

View file

@ -1,4 +1,5 @@
{ ... }: { { ... }: {
services.gpg-agent.pinentryFlavor = "gnome3";
dconf.settings = { dconf.settings = {
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" =
{ {