Disable keybase for now, too unused
This commit is contained in:
parent
a03e44a95a
commit
a7352d4bef
|
@ -15,8 +15,8 @@ in
|
|||
{ key = "V"; mods = "Control|Super"; action = "Paste"; }
|
||||
{ key = "C"; mods = "Control|Super"; action = "Copy"; }
|
||||
];
|
||||
services.kbfs.enable = true;
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = false;
|
||||
services.keybase.enable = false;
|
||||
services.yubikey-agent.enable = true;
|
||||
home-manager = pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
|
||||
xdg.configFile."git/config".text = import ./.config/git/config.nix { inherit config; inherit pkgs; };
|
||||
|
|
Loading…
Reference in a new issue