formatting
This commit is contained in:
parent
7ce780986b
commit
415715a4f9
58 changed files with 398 additions and 229 deletions
|
|
@ -2,7 +2,8 @@
|
|||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
options = {
|
||||
myModules.enableADB = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
config = lib.mkMerge [
|
||||
(lib.mkIf config.myModules.enableADB {
|
||||
programs.adb.enable = true;
|
||||
users.users.osbm.extraGroups = ["adbusers"];
|
||||
users.users.osbm.extraGroups = [ "adbusers" ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue