mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
keybase: install the keybase package
This commit is contained in:
parent
67ebe16b40
commit
9686d93ff6
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue