feat(zephyrus): Enable adb
This commit is contained in:
parent
87efdf668e
commit
42abe2543c
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# ADB
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# User config
|
# User config
|
||||||
users.groups.gaspard = {
|
users.groups.gaspard = {
|
||||||
name = "gaspard";
|
name = "gaspard";
|
||||||
|
@ -56,6 +59,7 @@
|
||||||
"video"
|
"video"
|
||||||
"seat"
|
"seat"
|
||||||
"audio"
|
"audio"
|
||||||
|
"adbusers"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
];
|
];
|
||||||
group = "gaspard";
|
group = "gaspard";
|
||||||
|
|
Loading…
Reference in a new issue