keybase: install the keybase package

(cherry picked from commit 9686d93ff6)
This commit is contained in:
Wael M. Nasreddine 2018-11-27 15:21:25 -08:00 committed by Robert Helgesson
parent 2297450ec8
commit 7ab6441ab7
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -16,6 +16,8 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = [ pkgs.keybase ];
systemd.user.services.keybase = { systemd.user.services.keybase = {
Unit = { Unit = {
Description = "Keybase service"; Description = "Keybase service";