gnome: package gnome-pass-search-provider
This commit is contained in:
parent
325ba751d8
commit
19f1d8c1a0
6 changed files with 72 additions and 1 deletions
|
@ -49,6 +49,8 @@ lib.mkIf (config.my.desktop == "gnome") {
|
|||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
};
|
||||
|
||||
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||
|
||||
xdg.defaultApplications = {
|
||||
enable = lib.mkForce false;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
enable = true;
|
||||
defaultCacheTtl = 604800;
|
||||
maxCacheTtl = 604800;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
extraConfig = ''
|
||||
allow-preset-passphrase
|
||||
'';
|
||||
|
|
|
@ -131,6 +131,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.gpg-agent.pinentryPackage = pkgs.pinentry-all;
|
||||
|
||||
xdg.configFile."OpenTabletDriver/settings.json".source = ./open-tablet-driver.json;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue