mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 02:20:14 +01:00
add adb to lpt2
This commit is contained in:
parent
24f1cb3848
commit
7891b4ebae
|
@ -40,5 +40,9 @@ nixpkgs.lib.nixosSystem {
|
|||
# ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ronja-ssh-host-key''
|
||||
#];
|
||||
}
|
||||
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"dialout"
|
||||
"podman"
|
||||
"nginx"
|
||||
"adbusers"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
autoSubUidGidRange = true;
|
||||
|
|
Loading…
Reference in a new issue