This commit is contained in:
Daniel Flanagan 2024-11-24 08:55:26 -06:00
parent 724c4fdbda
commit df933bdc6f

View file

@ -478,7 +478,7 @@
taplo # toml language server for editing helix configs per repo taplo # toml language server for editing helix configs per repo
picocom # serial picocom # serial
pgcli pgcli
oil oils-for-unix
watchexec watchexec
android-tools android-tools
kubectl kubectl
@ -750,7 +750,7 @@
*/ */
]; ];
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty; programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-tty;
}; };
lutris = {pkgs, ...}: { lutris = {pkgs, ...}: {
@ -1229,7 +1229,7 @@
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryPackage = lib.mkDefault pkgs.pinentry-tty; pinentryPackage = pkgs.pinentry-tty;
}; };
time = { time = {