made development into an option
added it to configuration
This commit is contained in:
@@ -130,6 +130,13 @@
|
||||
|
||||
lima.enable = true;
|
||||
};
|
||||
|
||||
development = {
|
||||
enable = true;
|
||||
rust.enable = true;
|
||||
typescript.enable = true;
|
||||
go.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user