feat: add rust build deps
parent
4c14074d04
commit
37c1427db3
|
@ -31,7 +31,7 @@
|
|||
defaultSession = "none+i3";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "mandlm";
|
||||
user = "mandlm";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -54,10 +54,6 @@
|
|||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue