This website requires JavaScript.
Explore
Help
Sign In
thomasave
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c5a9210d0e
dotfiles
/
hosts
/
Common
/
android.nix
6 lines
96 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
programs
.
adb
.
enable
=
true
;
users
.
users
.
user
.
extraGroups
=
[
"
a
d
b
u
s
e
r
s
"
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink