feat: add docker-buildx as docker CLI plugin

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pierre Martin
2026-03-12 12:17:00 +01:00
parent 4ac3085f14
commit ad7d56221c

View File

@@ -6,6 +6,8 @@
# Temporary overlays for patches
nixpkgs.overlays = [ ];
home.file.".docker/cli-plugins/docker-buildx".source = "${pkgs.docker-buildx}/libexec/docker/cli-plugins/docker-buildx";
home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
home.file.".npmrc".source = ./files/.npmrc;
home.file.".local/bin/stt-dictate" = {