Fix Flutter2

This commit is contained in:
2024-12-19 13:24:02 +01:00
parent 13cc933c01
commit 0edd224dad

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# Flutter
programs = { adb.enable = true; }; programs = { adb.enable = true; };
system.userActivationScripts = { system.userActivationScripts = {
@@ -97,6 +97,8 @@
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { }) (libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
# flutter # flutter
android-studio android-studio
google-chrome
android-studio
clang clang
cmake cmake
flutter flutter
@@ -107,6 +109,7 @@
xz xz
zip zip
mesa mesa
dart
git git
wget wget