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";
|
||||
};
|
||||
firefox.enable = config.info.graphical;
|
||||
adb.enable = config.info.graphical;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; lib.flatten [
|
||||
|
@ -95,6 +96,7 @@ in
|
|||
group = "users";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"adbusers"
|
||||
"bluetooth"
|
||||
"dialout"
|
||||
"disk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue