add adb
This commit is contained in:
parent
3a597a9f61
commit
0269d121b0
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
gnome3.nautilus
|
gnome3.nautilus
|
||||||
];
|
];
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
programs.adb.enable = true;
|
||||||
}
|
}
|
||||||
// (if !enableGUI then {} else {
|
// (if !enableGUI then {} else {
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, modules, pkgs, ... }: {
|
{ config, lib, modules, pkgs, ... }: {
|
||||||
users.users.rin = {
|
users.users.rin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "audio" "video" "wheel" ];
|
extraGroups = [ "adbusers" "audio" "video" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue