1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 02:18:32 +02:00

keybase: install the keybase package

This commit is contained in:
Wael M. Nasreddine 2018-11-27 15:21:25 -08:00 committed by Robert Helgesson
parent 67ebe16b40
commit 9686d93ff6
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";