hosts: nixos: aramis: home: use 'pinentry-gtk2'
ci/woodpecker/push/check Pipeline was successful Details

Now that it's available again, let's use it.

This reverts commit 39eba647ac.
This commit is contained in:
Bruno BELANYI 2024-01-31 21:41:40 +00:00
parent 3f13b3f03f
commit e227ad76b2
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
my.home = {
# Use graphical pinentry
bitwarden.pinentry = "qt";
bitwarden.pinentry = "gtk2";
# Ebook library
calibre.enable = true;
# Some amount of social life
@ -14,7 +14,7 @@
# Blue light filter
gammastep.enable = true;
# Use a small popup to enter passwords
gpg.pinentry = "qt";
gpg.pinentry = "gtk2";
# Machine specific packages
packages.additionalPackages = with pkgs; [
element-desktop # Matrix client