This commit is contained in:
Paul-Henri Froidmont 2021-04-13 10:48:59 +02:00
parent b9358845e3
commit 661031a2c3

View file

@ -35,9 +35,11 @@
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; hardware.pulseaudio.support32Bit = true;
programs.adb.enable = true;
users.users.froidmpa = { users.users.froidmpa = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "adbusers" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };