Fix pinentry deprecations
This commit is contained in:
parent
4c0d5c5fe0
commit
102ae3fe62
2 changed files with 1 additions and 3 deletions
|
|
@ -3,11 +3,9 @@ lib.mkIf nixosConfig.jalr.gui.enable {
|
|||
home.packages = with pkgs; [
|
||||
evince
|
||||
exiftool
|
||||
gcr # required for pinentry-gnome
|
||||
geeqie
|
||||
mpv
|
||||
networkmanagerapplet
|
||||
pinentry-gnome
|
||||
streamlink
|
||||
supersonic-wayland
|
||||
vlc
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = if config.jalr.gui.enable then "gnome3" else "tty";
|
||||
pinentryPackage = with pkgs; if config.jalr.gui.enable then pinentry-gnome3 else pinentry-tty;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue