feat: add rust build deps

main
mandlm 2022-06-20 20:35:47 +02:00
parent 4c14074d04
commit 37c1427db3
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 9 additions and 5 deletions

View File

@ -54,10 +54,6 @@
hardware.pulseaudio.enable = true;
programs.gnupg.agent = {
enable = true;
};
environment.systemPackages = with pkgs; [
neovim
git

View File

@ -18,6 +18,8 @@
cargo
rustc
gcc
pkg-config
openssl
];
file = {
@ -33,6 +35,12 @@
stateVersion = "22.05";
};
services.gpg-agent = {
enable = true;
enableZshIntegration = true;
pinentryFlavor = "gnome3";
};
programs = {
fzf = {
enable = true;