fixed vesktop

This commit is contained in:
Charlie Root 2024-04-24 23:16:57 +02:00
commit f45b4ccc02
4 changed files with 6 additions and 4 deletions

View file

@ -27,7 +27,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "adbusers" ];
};
};
}