mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
thinkpad-nixos: Try to do PKI
This commit is contained in:
parent
f563cc4837
commit
579f442bbd
1 changed files with 11 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
jira-cli-go
|
||||
libfabric
|
||||
opensc
|
||||
pcsclite
|
||||
pcsctools
|
||||
python39Packages.clustershell
|
||||
shellcheck
|
||||
shfmt
|
||||
|
|
@ -26,6 +28,15 @@
|
|||
"Chromium-browser"
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
OPENSC_SO = "${pkgs.opensc}";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
"libs/opensc-pkcs11.so".source = "${pkgs.opensc}/lib/opensc-pkcs11.so";
|
||||
"libs/libpcsclite.so.1".source = "${pkgs.pcsclite}/lib/libpcsclite.so.1";
|
||||
};
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
gemail = "git send-email --to='dl-bxi-sw-ll-patches@***REMOVED***'";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue