From da0a9102ca4f89d6545b77cb3fb7d823336d5b81 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:07:00 +0400 Subject: [PATCH] keyring please work --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index a124e84f..31f09e92 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,6 +152,9 @@ package = pkgs.gitFull; config.credential.helper = "libsecret"; }; + + # there is no secret service just gnome keyring :( + services.gnome.gnome-keyring.enable = true; # List packages installed in system profile. To search, run: # $ nix search wget @@ -169,6 +172,7 @@ # programs.mtr.enable = true; programs.gnupg.agent = { enable = true; + pinentryFlavor = "gtk2"; # enableSSHSupport = true; };