Skip to content

Commit

Permalink
add nix-index, pkg-config and openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Jan 14, 2024
1 parent 223d372 commit 88892be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cells/homemanager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ in {
nodejs-18_x
operator-sdk
open-interpreter
openssl
pkg-config
poetry
rustup
shellcheck
Expand Down
4 changes: 4 additions & 0 deletions cells/homemanager/programs/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@
enable = true;
enableZshIntegration = true;
};
nix-index = {
enable = true;
enableZshIntegration = true;
};
}

0 comments on commit 88892be

Please sign in to comment.