mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 17:20:53 +02:00
android dev
This commit is contained in:
parent
de559aeb1a
commit
182c159a5d
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
Reference in a new issue