mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-20 01:12:03 +00:00
7 lines
108 B
Nix
7 lines
108 B
Nix
|
{ config, ... }: {
|
||
|
config = {
|
||
|
services.keybase.enable = true;
|
||
|
services.kbfs.enable = true;
|
||
|
};
|
||
|
}
|