feat(infinidoge): enable adb
This commit is contained in:
parent
c5009c57d8
commit
ed02b29574
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ in
|
||||||
userName = "Infinidoge";
|
userName = "Infinidoge";
|
||||||
};
|
};
|
||||||
firefox.enable = config.info.graphical;
|
firefox.enable = config.info.graphical;
|
||||||
|
adb.enable = config.info.graphical;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; lib.flatten [
|
home.packages = with pkgs; lib.flatten [
|
||||||
|
@ -95,6 +96,7 @@ in
|
||||||
group = "users";
|
group = "users";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
"adbusers"
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
"dialout"
|
"dialout"
|
||||||
"disk"
|
"disk"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue