mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +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;
|
services.keybase.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue