Install Autofirma
This commit is contained in:
parent
8505fdc6dd
commit
0cb22310dc
4 changed files with 183 additions and 13 deletions
17
hosts/totsugeki/home-manager/autofirma.nix
Normal file
17
hosts/totsugeki/home-manager/autofirma.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }: {
|
||||
programs = {
|
||||
autofirma = {
|
||||
enable = true;
|
||||
firefoxIntegration.profiles.Avery.enable = true;
|
||||
};
|
||||
dnieremote = {
|
||||
enable = true;
|
||||
usbPort = 9500;
|
||||
};
|
||||
firefox.policies.SecurityDevices = {
|
||||
"OpenSC PKCS11" = "${pkgs.opensc}/lib/opensc-pkcs11.so";
|
||||
"DNIeRemote" =
|
||||
"${config.programs.dnieremote.finalPackage}/lib/libdnieremotepkcs11.so";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1 +1 @@
|
|||
{ ... }: { imports = [ ./desktop ./development ./scripts ]; }
|
||||
{ ... }: { imports = [ ./desktop ./development ./scripts ./autofirma.nix ]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue