Added Docker on workstation and android-studio

This commit is contained in:
2025-07-21 10:25:14 +02:00
parent 8f9052ff0d
commit cf5d401099
3 changed files with 7 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
users.users.${currentSystemUser} = {
isNormalUser = true;
description = "Patrick Canal";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
shell = pkgs.fish;
};