mirror of
https://github.com/nmasur/dotfiles
synced 2025-10-05 02:33:15 +00:00
start to split nix into modules
This commit is contained in:
6
modules/applications/keybase.nix
Normal file
6
modules/applications/keybase.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, ... }: {
|
||||
config = {
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user