about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-03 08:34:22 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-03 08:34:22 -0700
commitb8a204989661fb25998d12eab8787e7ebb548867 (patch)
tree6aeb4aed7942485de7b110db6db188045ddf4f31 /nix
parentfix(home/rust): switch to the latest stable toolchain (diff)
downloadworld-b8a204989661fb25998d12eab8787e7ebb548867.tar.gz
feat(home/packages): install gh-ssh-keys
Add a new input to the flake configuration to install `gh-ssh-keys`.
Diffstat (limited to 'nix')
-rw-r--r--nix/mkHomeManagerConfiguration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/mkHomeManagerConfiguration.nix b/nix/mkHomeManagerConfiguration.nix
index 70e875d..29aa73c 100644
--- a/nix/mkHomeManagerConfiguration.nix
+++ b/nix/mkHomeManagerConfiguration.nix
@@ -23,6 +23,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
       inputs.nur.overlay
       inputs.naersk.overlay
       inputs.rust.overlays.default
+      inputs.gh-ssh-keys.overlay
       (final: prev:
         {
           tools = import "${self}/tools" { pkgs = prev; inherit naersk; };