1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02: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:
Tad Fisher 2017-11-28 16:17:55 -08:00 committed by Robert Helgesson
parent 7a5b9152e9
commit 11da41e106
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

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