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;
|
eza = enabled;
|
||||||
figlet = enabled;
|
figlet = enabled;
|
||||||
fish = enabled;
|
fish = enabled;
|
||||||
|
gpg = enabled;
|
||||||
nh = enabled;
|
nh = enabled;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
./gh.nix
|
./gh.nix
|
||||||
./git
|
./git
|
||||||
./glow.nix
|
./glow.nix
|
||||||
|
./gpg.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.marleyos.programs.gpg;
|
cfg = config.marleyos.programs.gpg;
|
||||||
|
@ -18,6 +18,8 @@ in {
|
||||||
# Don't ask for the password very often.
|
# Don't ask for the password very often.
|
||||||
defaultCacheTtl = 60480000;
|
defaultCacheTtl = 60480000;
|
||||||
maxCacheTtl = defaultCacheTtl;
|
maxCacheTtl = defaultCacheTtl;
|
||||||
|
|
||||||
|
pinentryPackage = config.marleycfg.apps.pinentry;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue