I don't remember what I changed
This commit is contained in:
parent
066f9cf39e
commit
4beb558f90
2 changed files with 3 additions and 1 deletions
|
|
@ -59,6 +59,7 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
steam.enable = true;
|
||||
dconf.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
|
|
|
|||
|
|
@ -8,9 +8,10 @@
|
|||
users.users.user = {
|
||||
description = "William";
|
||||
extraGroups = [
|
||||
"libvirtd"
|
||||
"uaccess" # Needed for HID dev
|
||||
"dialout" # Needed for arduino dev
|
||||
"libvirtd"
|
||||
"adbusers"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue