machine: aramis: home: set 'bitwarden.pinentry'
This commit is contained in:
parent
36c0590ae5
commit
4a9a46547e
|
@ -1,6 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
my.home = {
|
my.home = {
|
||||||
|
# Use graphical pinentry
|
||||||
|
bitwarden.pinentry = "gtk2";
|
||||||
# Ebook library
|
# Ebook library
|
||||||
calibre.enable = true;
|
calibre.enable = true;
|
||||||
# Some amount of social life
|
# Some amount of social life
|
||||||
|
|
Loading…
Reference in a new issue