diff --git a/profiles/develop/default.nix b/profiles/develop/default.nix index aa143f6..967c2cd 100644 --- a/profiles/develop/default.nix +++ b/profiles/develop/default.nix @@ -10,6 +10,8 @@ git man-pages gdb + + kondo # for removing unused files ]; virtualisation.podman.enable = true; virtualisation.docker.enable = true;