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; [ services.udev.packages = with pkgs; [
android-udev-rules android-udev-rules
]; ];
security.sudo.configFile = "i3le";
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
programs.adb.enable = true; programs.adb.enable = true;
users.users.i3le = { users.users.i3le = {
isNormalUser = true; isNormalUser = true;
@ -11,7 +15,6 @@
"wheel" "networkManager" "libvirtd" "video" "wheel" "networkManager" "libvirtd" "video"
"user-with-access-to-virtualbox" "iwd" "user-with-access-to-virtualbox" "iwd"
"adbusers" "adbusers"
]; ];
shell = pkgs.bash; shell = pkgs.bash;
packages = with pkgs; [ packages = with pkgs; [