nix-config/home/programs/docker.nix
2025-03-26 14:42:48 +01:00

7 lines
84 B
Nix

{ pkgs, ... }: {
virtualisation.docker = {
enable = true;
};
}