feat: nb performance tweaks

This commit is contained in:
2025-10-15 11:39:29 +02:00
parent df6465fa8a
commit 356c049aaf
4 changed files with 22 additions and 12 deletions

View File

@@ -12,6 +12,11 @@ in {
# android-tools
];
# Electron apps Wayland optimizations for better performance
environment.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true; # sets up udev + adb group