feat: nb performance tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user