1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

add keybase

This commit is contained in:
Kierán Meinhardt
2019-07-15 08:09:47 +02:00
parent fe933b3047
commit 38f6660ec4
2 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<configs/hu-berlin.nix>
<configs/i3.nix>
<configs/kdeconnect.nix>
<configs/keybase.nix>
<configs/keyboard.nix>
<configs/mail.nix>
<configs/mpv.nix>

6
configs/keybase.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
services.keybase.enable = true;
services.kbfs.enable = true;
}