Add adb
This commit is contained in:
parent
c8a72bd283
commit
42da556738
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# Setup torjus user
|
# Setup torjus user
|
||||||
users.users.torjus = {
|
users.users.torjus = {
|
||||||
@ -20,6 +21,7 @@
|
|||||||
"gamemode"
|
"gamemode"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"podman"
|
"podman"
|
||||||
|
"adbusers"
|
||||||
];
|
];
|
||||||
# Install some user packages
|
# Install some user packages
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user