Enable adb globally, add kvm
group
This commit is contained in:
@@ -72,6 +72,9 @@
|
|||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
# Android debug tools
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# Bash config
|
# Bash config
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
blesh.enable = true;
|
blesh.enable = true;
|
||||||
@@ -82,10 +85,11 @@
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Chase";
|
description = "Chase";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
# "adbusers"
|
"adbusers"
|
||||||
"audio"
|
"audio"
|
||||||
"cdrom"
|
"cdrom"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"kvm"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"tss"
|
"tss"
|
||||||
"video"
|
"video"
|
||||||
@@ -188,7 +192,6 @@
|
|||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
services.udev.packages = with pkgs; [
|
services.udev.packages = with pkgs; [
|
||||||
android-udev-rules
|
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user