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

@ -31,7 +31,7 @@
defaultSession = "none+i3"; defaultSession = "none+i3";
autoLogin = { autoLogin = {
enable = true; enable = true;
user = "mandlm"; user = "mandlm";
}; };
}; };
}; };
@ -54,10 +54,6 @@
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
programs.gnupg.agent = {
enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
git git

View File

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