mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
minimum initial working flakes
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
{ config, ... }: {
|
||||
config = {
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
};
|
||||
}
|
10
modules/services/keybase.nix
Normal file
10
modules/services/keybase.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
|
||||
# home.packages = with pkgs lib; [ (mkIf config.gui keybase-gui) ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user