add some pkgs and enable adb
This commit is contained in:
parent
956fae1f04
commit
c4aade597a
2 changed files with 16 additions and 1 deletions
|
@ -143,6 +143,7 @@
|
|||
"libvirtd"
|
||||
"docker"
|
||||
"disk"
|
||||
"adbusers"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -329,6 +330,7 @@
|
|||
xorg.libXtst
|
||||
xorg.libxkbfile
|
||||
xorg.libxshmfence
|
||||
python312Packages.wxpython
|
||||
];
|
||||
};
|
||||
programs.evolution.enable = true;
|
||||
|
@ -407,4 +409,6 @@
|
|||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue