forked from mirrors_public/oddlama_nix-config
chore: update starship and awakened-poe-trade
This commit is contained in:
parent
9d0ca3b672
commit
55d3ad2bdc
4 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,8 @@
|
|||
{nixosConfig, ...}: {
|
||||
{
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
scdaemonSettings.disable-ccid = true;
|
||||
|
@ -58,6 +62,6 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue