gpg: Set up pinentry-qt
This commit is contained in:
parent
8281a02354
commit
3750078491
2 changed files with 6 additions and 0 deletions
|
@ -145,6 +145,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "qt";
|
||||||
|
};
|
||||||
|
|
||||||
accounts.email.accounts.Personal = {
|
accounts.email.accounts.Personal = {
|
||||||
primary = true;
|
primary = true;
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
lsof
|
lsof
|
||||||
ncdu
|
ncdu
|
||||||
pika-backup
|
pika-backup
|
||||||
|
pinentry-qt
|
||||||
powertop
|
powertop
|
||||||
s-tui
|
s-tui
|
||||||
screen
|
screen
|
||||||
|
|
Loading…
Reference in a new issue