Update packages in nix.

This commit is contained in:
Tom Alexander
2026-01-15 18:10:05 -05:00
committed by Tom Alexander
parent e75c4087c3
commit 24e03ed8f7
11 changed files with 116 additions and 42 deletions

View File

@@ -44,11 +44,11 @@ in
];
services.pcscd.enable = true;
me.install.user.talexander.file = {
".gnupg/scdaemon.conf" = {
source = ./files/scdaemon.conf;
};
};
# me.install.user.talexander.file = {
# ".gnupg/scdaemon.conf" = {
# source = ./files/scdaemon.conf;
# };
# };
programs.gnupg.agent = {
enable = true;