feat: nb performance tweaks
This commit is contained in:
parent
df6465fa8a
commit
356c049aaf
4 changed files with 22 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue