get rid of docker

This commit is contained in:
Joakim Repomaa
2026-05-29 19:12:03 +03:00
parent fda5ee1809
commit 69eaa413d3
2 changed files with 3 additions and 9 deletions

View File

@@ -781,6 +781,7 @@ in
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
MANROFFOPT = "-c";
DO_NOT_TRACK = 1;
DOCKER_HOST = "unix://$XDG_RUNTIME_DIR/podman/podman.sock";
};
systemd.user.sessionVariables = lib.mapAttrs (_: v: toString v) config.home.sessionVariables;