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

feat: bye bye keybase

This commit is contained in:
2021-10-12 11:51:14 +02:00
parent 7dd5a9e269
commit 6119c0dbcc
2 changed files with 0 additions and 9 deletions

View File

@@ -216,7 +216,6 @@ in {
./htop.nix
./hu-berlin.nix
./i3.nix
./keybase.nix
./keyboard.nix
./lb.nix
./mpv.nix

View File

@@ -1,8 +0,0 @@
{ config, ... }: {
services.keybase.enable = true;
services.kbfs = {
enable = true;
mountPoint = "%h/cloud/keybase";
};
}