Add android studio and flutter

This commit is contained in:
Zeph Levy 2025-12-20 22:09:22 +01:00
parent 55164b5f5a
commit 3c4f73235e
2 changed files with 10 additions and 6 deletions

View file

@ -23,6 +23,10 @@
tinymist
ffmpeg
localsend
flutter
jdk17
android-studio
# Rust toolchain
cargo
@ -81,12 +85,10 @@
]);
# Unfree pkgs
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
nixpkgs.config = {
allowUnfree = true;
android_sdk.accept_license = true;
};
}