added more docker packages
This commit is contained in:
8
homeManagerModules/docker.nix
Normal file
8
homeManagerModules/docker.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
docker
|
||||
docker-compose
|
||||
lazydocker
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user