Add eid reader support
This commit is contained in:
parent
8efb0e9d25
commit
3d75f34251
2 changed files with 16 additions and 10 deletions
|
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
ncmpcpp = pkgs.ncmpcpp.override {visualizerSupport = true;};
|
||||
firefox = pkgs.firefox.override { pkcs11Modules = [ pkgs.eid-mw ]; };
|
||||
};
|
||||
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue