mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
7 lines
108 B
Nix
7 lines
108 B
Nix
{ config, ... }: {
|
|
config = {
|
|
services.keybase.enable = true;
|
|
services.kbfs.enable = true;
|
|
};
|
|
}
|