start to split nix into modules

This commit is contained in:
Noah Masur
2022-04-25 21:54:53 -04:00
parent 55577615e2
commit 3989a16015
8 changed files with 93 additions and 53 deletions

View File

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