1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update starship and awakened-poe-trade

This commit is contained in:
oddlama 2024-04-05 20:18:15 +02:00
parent 9d0ca3b672
commit 55d3ad2bdc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 12 additions and 8 deletions

View file

@ -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;
};
}