desktop-2024-11-25-00-13-53

This commit is contained in:
Alexander Szczepanski
2024-11-25 00:13:53 +01:00
parent a0f0e1a1f8
commit 93372f825d
13 changed files with 120 additions and 57 deletions

View File

@ -12,12 +12,19 @@
};
};
environment.systemPackages = with pkgs; [
docker-compose
lazydocker
minikube
dive
environment = {
systemPackages = with pkgs; [
docker-compose
lazydocker
minikube
dive
distrobox
];
distrobox
];
persistence."/persist" = {
directories = [
"/var/lib/docker"
];
};
};
}