hosts/krypton: Allow android usb debugging
This commit is contained in:
hosts/krypton
9
hosts/krypton/android.nix
Normal file
9
hosts/krypton/android.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
services.udev.packages = [
|
||||||
|
pkgs.android-udev-rules
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
../../configuration/desktop
|
../../configuration/desktop
|
||||||
|
|
||||||
|
./android.nix
|
||||||
./backup.nix
|
./backup.nix
|
||||||
#./initrd.nix
|
#./initrd.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
|
Reference in New Issue
Block a user