try to fix root issues

This commit is contained in:
Nixoskiste01 2024-09-08 23:15:42 +02:00
parent 3d69456a21
commit 7b28a67862

View file

@ -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; [