add android
This commit is contained in:
parent
cc43c74ee7
commit
711c24be52
2 changed files with 8 additions and 1 deletions
|
|
@ -81,6 +81,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
CPU_BOOST_ON_BAT = 0;
|
CPU_BOOST_ON_BAT = 0;
|
||||||
CPU_SCALING_GOVERNOR_ON_BATTERY = "powersave";
|
CPU_SCALING_GOVERNOR_ON_BATTERY = "powersave";
|
||||||
|
CPU_SCALING_GOVERNOR_ON_AC= "performance";
|
||||||
|
CPU_ENERGY_PERF_POLICY_ON_AC= "balance_performance";
|
||||||
START_CHARGE_THRESH_BAT0 = 90;
|
START_CHARGE_THRESH_BAT0 = 90;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 97;
|
STOP_CHARGE_THRESH_BAT0 = 97;
|
||||||
RUNTIME_PM_ON_BAT = "auto";
|
RUNTIME_PM_ON_BAT = "auto";
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,11 @@ in
|
||||||
credential.helper = "cache";
|
credential.helper = "cache";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Android Dev
|
||||||
|
programs.adb.enable = true;
|
||||||
|
users.users.<your-user>.extraGroups = ["adbusers"];
|
||||||
|
|
||||||
# Firefox
|
# Firefox
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -134,4 +139,4 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue