feat: gpg
This commit is contained in:
parent
66e104d402
commit
e9d85deaa6
3 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,7 @@ in {
|
|||
eza = enabled;
|
||||
figlet = enabled;
|
||||
fish = enabled;
|
||||
gpg = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
./gh.nix
|
||||
./git
|
||||
./glow.nix
|
||||
./gpg.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.gpg;
|
||||
|
@ -18,6 +18,8 @@ in {
|
|||
# Don't ask for the password very often.
|
||||
defaultCacheTtl = 60480000;
|
||||
maxCacheTtl = defaultCacheTtl;
|
||||
|
||||
pinentryPackage = config.marleycfg.apps.pinentry;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue