nix-config/home/programs/docker.nix

7 lines
84 B
Nix
Raw Normal View History

2025-03-26 14:42:48 +01:00
{ pkgs, ... }: {
virtualisation.docker = {
enable = true;
};
}