added nix-ld to work with binaries for generic-linux

This commit is contained in:
Semere Meharena Mebrahtom 2026-08-03 09:26:37 +02:00
parent da60d3cb78
commit b664db4a0a
No known key found for this signature in database
3 changed files with 33 additions and 7 deletions

View file

@ -10,7 +10,7 @@
environment.systemPackages = with pkgs; [
gnupg
pass
# pinentry-gnome3
pinentry-gnome3
];
home-manager.users."${userVars.username}" = {
@ -21,7 +21,7 @@
maxCacheTtl = 28800;
maxCacheTtlSsh = 28800;
enableSshSupport = false;
# pinentry.package = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
};
}