added more docker packages

This commit is contained in:
John Lancaster
2025-07-03 23:26:00 -05:00
parent 37ffa652f0
commit 36a77a1d54
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ config, lib, ... }:
{
home.packages = with pkgs; [
docker
docker-compose
lazydocker
];
}