mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
android dev
This commit is contained in:
parent
ba13097ede
commit
46ed986826
1 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,15 @@
|
|||
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
|
||||
services.autofs = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue