mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
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:
parent
7a5b9152e9
commit
11da41e106
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.kbfs ];
|
||||
services.keybase.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue