nitrokey: install companion app
though the app is currently suffering from incompatibility with its corresponding library -> FIXME
This commit is contained in:
parent
a664245cde
commit
c2eaf4418a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
hardware.nitrokey.enable = true;
|
||||
environment.systemPackages = [ pkgs.pynitrokey ];
|
||||
environment.systemPackages = [ pkgs.pynitrokey pkgs.nitrokey-app2 ];
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue