mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
mail config and firefox container tabs
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ config, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
programs.gpg.enable = true;
|
||||
@ -10,6 +10,7 @@
|
||||
maxCacheTtlSsh = 34560000; # Can never reset
|
||||
pinentryFlavor = "tty";
|
||||
};
|
||||
home.packages = with pkgs; [ pinentry ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user