From c2eaf4418ad5a433c9206e05700c4b1fdfb069f1 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 14 Sep 2025 18:45:56 +0200 Subject: [PATCH] nitrokey: install companion app though the app is currently suffering from incompatibility with its corresponding library -> FIXME --- common/nitrokey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nitrokey.nix b/common/nitrokey.nix index 40457d1..9383888 100644 --- a/common/nitrokey.nix +++ b/common/nitrokey.nix @@ -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) [