From 0d25b9348e7eb59dea9f195840ac805f44d74bad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Jan 2023 08:40:43 +0000 Subject: [PATCH] chore: remove Docker and Docker Compose When using Docker from the Nix store, I couldn't connect to it so I uninstalled it and added it using the https://get.docker.com script. I'm no longer using Docker Compose v1, so I can also remove the `docker-compose` package. --- configuration/pop-os/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration/pop-os/default.nix b/configuration/pop-os/default.nix index cfbdd46..008cf1d 100644 --- a/configuration/pop-os/default.nix +++ b/configuration/pop-os/default.nix @@ -12,8 +12,6 @@ fonts.fontconfig.enable = true; home.packages = with pkgs; [ - docker - docker-compose jetbrains-mono ]; }