Add android studio and flutter
This commit is contained in:
parent
55164b5f5a
commit
3c4f73235e
2 changed files with 10 additions and 6 deletions
|
|
@ -55,6 +55,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,10 @@
|
||||||
tinymist
|
tinymist
|
||||||
ffmpeg
|
ffmpeg
|
||||||
localsend
|
localsend
|
||||||
|
flutter
|
||||||
|
jdk17
|
||||||
|
android-studio
|
||||||
|
|
||||||
|
|
||||||
# Rust toolchain
|
# Rust toolchain
|
||||||
cargo
|
cargo
|
||||||
|
|
@ -81,12 +85,10 @@
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Unfree pkgs
|
# Unfree pkgs
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config = {
|
||||||
"steam"
|
allowUnfree = true;
|
||||||
"steam-original"
|
android_sdk.accept_license = true;
|
||||||
"steam-unwrapped"
|
};
|
||||||
"steam-run"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue