I don't remember what I changed

This commit is contained in:
baduhai 2022-11-30 22:14:46 -03:00
parent 066f9cf39e
commit 4beb558f90
2 changed files with 3 additions and 1 deletions

View file

@ -59,6 +59,7 @@
];
programs = {
adb.enable = true;
steam.enable = true;
dconf.enable = true;
kdeconnect.enable = true;

View file

@ -8,9 +8,10 @@
users.users.user = {
description = "William";
extraGroups = [
"libvirtd"
"uaccess" # Needed for HID dev
"dialout" # Needed for arduino dev
"libvirtd"
"adbusers"
];
};
}