all repos — nixfiles @ 831587da16026005f1a7362ea066e9d05380fb77

System and user configuration, managed by nix and home-manager

nitrokey: Actually install keybase, not just the services
Alan Pearce alan@alanpearce.eu
Sat, 09 Jun 2018 19:20:53 +0200
commit

831587da16026005f1a7362ea066e9d05380fb77

parent

f053cf7a1a7069db41199bd8c82a0f04ebd53844

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/hardware/nitrokey.nixmodules/hardware/nitrokey.nix
@@ -41,5 +41,6 @@   environment.systemPackages = with pkgs; [
     gnupg
     nitrokey-app
+    keybase-gui
   ];
 }