try to fix root issues
This commit is contained in:
parent
3d69456a21
commit
7b28a67862
|
@ -3,7 +3,11 @@
|
|||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
];
|
||||
|
||||
security.sudo.configFile = "i3le";
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
users.users.i3le = {
|
||||
isNormalUser = true;
|
||||
|
@ -11,7 +15,6 @@
|
|||
"wheel" "networkManager" "libvirtd" "video"
|
||||
"user-with-access-to-virtualbox" "iwd"
|
||||
"adbusers"
|
||||
|
||||
];
|
||||
shell = pkgs.bash;
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue