oils
This commit is contained in:
parent
724c4fdbda
commit
df933bdc6f
1 changed files with 3 additions and 3 deletions
|
@ -478,7 +478,7 @@
|
|||
taplo # toml language server for editing helix configs per repo
|
||||
picocom # serial
|
||||
pgcli
|
||||
oil
|
||||
oils-for-unix
|
||||
watchexec
|
||||
android-tools
|
||||
kubectl
|
||||
|
@ -750,7 +750,7 @@
|
|||
*/
|
||||
];
|
||||
|
||||
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
|
||||
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-tty;
|
||||
};
|
||||
|
||||
lutris = {pkgs, ...}: {
|
||||
|
@ -1229,7 +1229,7 @@
|
|||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
};
|
||||
|
||||
time = {
|
||||
|
|
Loading…
Reference in a new issue