1
mirror of https://github.com/wlcx/home.git synced 2025-12-08 19:43:46 +00:00
home/home/docker.nix

8 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
docker
colima
];
}