We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1437068 + 0e2724c commit 49906f0Copy full SHA for 49906f0
pkgs/tools/security/nitrokey-app2/default.nix
@@ -43,6 +43,11 @@ python3.pkgs.buildPythonApplication rec {
43
"nitrokeyapp"
44
];
45
46
+ postInstall = ''
47
+ install -Dm755 meta/com.nitrokey.nitrokey-app2.desktop $out/share/applications/com.nitrokey.nitrokey-app2.desktop
48
+ install -Dm755 meta/nk-app2.png $out/share/icons/hicolor/128x128/apps/com.nitrokey.nitrokey-app2.png
49
+ '';
50
+
51
meta = with lib; {
52
description = "This application allows to manage Nitrokey 3 devices";
53
homepage = "https://github.com/Nitrokey/nitrokey-app2";
0 commit comments