Added kernel config frontends
This commit is contained in:
parent
ceee87983f
commit
eab8f0aecc
|
@ -12,8 +12,9 @@
|
||||||
|
|
||||||
# Install other packages that I require to be used with Android.
|
# Install other packages that I require to be used with Android.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gitRepo # Android's repo management tool
|
gitRepo # Android's repo management tool
|
||||||
heimdall # Needed to work with Samsung devices
|
heimdall # Needed to work with Samsung devices
|
||||||
|
kconfig-frontends # Linux kconfig infrastructure
|
||||||
];
|
];
|
||||||
|
|
||||||
users.groups.adbusers.members = [
|
users.groups.adbusers.members = [
|
||||||
|
|
Loading…
Reference in a new issue