config.nix/modules/server/docker/default.nix

14 lines
108 B
Nix

{
config,
lib,
pkgs,
...
}:
{
programs = {
lazydocker = {
enable = true;
};
};
}