mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39: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 {
|
||||
home.packages = [ pkgs.keybase ];
|
||||
|
||||
systemd.user.services.keybase = {
|
||||
Unit = {
|
||||
Description = "Keybase service";
|
||||
|
|
Loading…
Reference in a new issue