summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware/nitrokey.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix
index 90b08cf..3837f6f 100644
--- a/modules/hardware/nitrokey.nix
+++ b/modules/hardware/nitrokey.nix
@@ -41,5 +41,6 @@
   environment.systemPackages = with pkgs; [
     gnupg
     nitrokey-app
+    keybase-gui
   ];
 }