modularise config
This commit is contained in:
parent
ae44502f36
commit
79bba316c2
28 changed files with 407 additions and 432 deletions
8
home/common/keybase.nix
Normal file
8
home/common/keybase.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
|
||||
home.packages = [ pkgs.keybase-gui ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue