mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-17 02:23:57 +00:00
start to split nix into modules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ config, ... }: {
|
||||
config = {
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user