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
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue