mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: updated android config
This commit is contained in:
parent
ba2a1a8a3a
commit
0b73c315f5
1 changed files with 7 additions and 3 deletions
|
|
@ -4,12 +4,11 @@
|
|||
adb.enable = true;
|
||||
droidcam.enable = true;
|
||||
};
|
||||
|
||||
services.udev = {
|
||||
enable = true;
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
android-udev-rules
|
||||
;
|
||||
inherit (pkgs) android-udev-rules;
|
||||
};
|
||||
extraRules = ''
|
||||
# Amazon Fire Tablet
|
||||
|
|
@ -22,4 +21,9 @@
|
|||
SUBSYSTEM=="usb", ATTR{idVendor}=="1949", MODE="0666", GROUP="adbusers"
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gvfs
|
||||
jmtpfs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue