feat: add nix-ld
This commit is contained in:
parent
dfa7a012a2
commit
294ab93887
3 changed files with 25 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
keymapp
|
||||
libnitrokey
|
||||
libusb1
|
||||
nix-ld
|
||||
opensc
|
||||
pciutils
|
||||
pcsc-safenet
|
||||
|
|
@ -58,13 +59,20 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
};
|
||||
};
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
glibc
|
||||
zlib
|
||||
];
|
||||
};
|
||||
zsh.enable = true;
|
||||
};
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue