feat: autocomplete zsh path link

This commit is contained in:
Guz
2025-08-24 14:31:25 -03:00
parent 085d4d1fe4
commit 3a69166377

View File

@@ -26,6 +26,7 @@
programs.zsh.enable = true;
users.users."guz".shell = pkgs.zsh;
environment.pathsToLink = ["/share/zsh"];
# Podman (not necessarily user-specific, but environment specific)
virtualisation.podman.enable = true;