kbfs: add binaries to user profile

Add the binaries produced by 'pkgs.kbfs' to the profile, so that
the git-remote-keybase helper can work automatically with
'keybase://' remotes.
This commit is contained in:
Tad Fisher 2017-11-28 16:17:55 -08:00 committed by Robert Helgesson
parent 7a5b9152e9
commit 11da41e106
Failed to generate hash of commit

View file

@ -61,6 +61,7 @@ in
};
};
home.packages = [ pkgs.kbfs ];
services.keybase.enable = true;
};
}