adb
This commit is contained in:
parent
d344674642
commit
d5ba8edbcb
1 changed files with 3 additions and 1 deletions
|
@ -217,12 +217,14 @@ in {
|
||||||
users.users.jaina = {
|
users.users.jaina = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
|
||||||
packages = with pkgs; [ fish ];
|
packages = with pkgs; [ fish ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue